mirror of
https://github.com/danielbrendel/hortusfox-web.git
synced 2026-01-06 21:00:22 -06:00
20 lines
318 B
PHP
20 lines
318 B
PHP
<?php
|
|
|
|
/*
|
|
Asatru PHP - autoload configuration file
|
|
|
|
Add here all files you want to be autoloaded
|
|
|
|
Schema:
|
|
<path>
|
|
Example:
|
|
/helper/myscript.php
|
|
Explanation:
|
|
Will autoload /helper/myscript.php relative
|
|
to the /app directory
|
|
*/
|
|
|
|
return [
|
|
'/helper/AppHelper.php'
|
|
];
|