Files
PrestaShop/override/classes/AbstractLogger.php
T

8 lines
77 B
PHP

<?php
abstract class AbstractLogger extends AbstractLoggerCore
{
}