for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace BFW\Install\Core\AppSystems;
class ModuleList extends \BFW\Core\AppSystems\ModuleList
{
/**
* {@inheritdoc}
* Run only loadAllModules, not more.
*/
public function run()
$this->loadAllModules();
$this->runStatus = true;
}