From 5359a608c14b069bdf49e5818539b9f0ea30e149 Mon Sep 17 00:00:00 2001 From: magdev Date: Wed, 5 Jun 2019 09:46:32 +0200 Subject: [PATCH] don't use default command --- bin/dossier.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/dossier.php b/bin/dossier.php index cbd6e37..f8480f6 100755 --- a/bin/dossier.php +++ b/bin/dossier.php @@ -53,7 +53,6 @@ $app->add(new Command\Cache\CacheClearCommand()); $app->add(new Command\Server\ServerStartCommand()); $app->add(new Command\Dev\PharExtractCommand()); -$app->setDefaultCommand('dossier:build', false) - ->run(); +$app->run();