in('Feature'); /* |-------------------------------------------------------------------------- | Package Autoloading |-------------------------------------------------------------------------- | | Register PSR-4 namespaces for package modules that sit outside the | main Core\Admin\ autoload prefix. In CI these are resolved via the | path repository configuration; locally we register them here. | */ $loader = require __DIR__.'/../vendor/autoload.php'; $loader->addPsr4('Core\\Mod\\Hub\\', __DIR__.'/../src/Mod/Hub/');