KickstartCommand: kick it with kickstart.ini
This commit is contained in:
parent
75ee4929b5
commit
9764f300b6
|
@ -77,7 +77,7 @@ class KickstartCommand extends Command
|
|||
*/
|
||||
public function runAction()
|
||||
{
|
||||
$this->kickstart()->run();
|
||||
$this->kickstart()->loadConfigFromFile()->run();
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue