forked from PrestaShop/PrestaShop
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathautoload.php
More file actions
Latest commit
12 lines (11 loc) · 387 Bytes
/
Copy pathautoload.php
File metadata and controls
12 lines (11 loc) · 387 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/**
* For the full copyright and license information, please view the
* docs/licenses/LICENSE.txt file that was distributed with this source code.
*/
/**
* Allow call of Legacy classes from classes in /src and /tests
* @see composer.json "files" property for custom autoloading
*/
require_once__DIR__.'/config/defines.inc.php';
require_once__DIR__.'/config/autoload.php';