diff --git a/console b/console index 8b79460..22bd069 100644 --- a/console +++ b/console @@ -26,6 +26,9 @@ function findCommandClasses($directory) * Enable autoload */ require_once ROOT . DIRECTORY_SEPARATOR . 'vendor'. DIRECTORY_SEPARATOR . 'autoload.php'; + +// start application +$kapp = new \Kletellier\Framework\Core\Kernel\Application(ROOT); $application = new Application(); // Load all commands in Commands folder