for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* © 2018 - Phoponent
* Author: Nicolas Choquet
* Email: [email protected]
* LICENSE GPL ( GNU General Public License )
*/
namespace phoponent\loading;
require_once 'framework/Autoload.php';
class Auto extends \phoponent\framework\loading\Auto {
public static function dependencies()
{
parent::dependencies();
}