Files
PrestaShop/override/classes/controller/Controller.php
T

8 lines
62 B
PHP

<?php
abstract class Controller extends ControllerCore
{
}