Files
PrestaShop/override/classes/log/AbstractLogger.php

8 lines
70 B
PHP

<?php
abstract class AbstractLogger extends AbstractLoggerCore
{
}