diff options
Diffstat (limited to 'app/Console/Base.php')
-rw-r--r-- | app/Console/Base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Console/Base.php b/app/Console/Base.php index 86da1465..018c55ab 100644 --- a/app/Console/Base.php +++ b/app/Console/Base.php @@ -1,6 +1,6 @@ <?php -namespace Console; +namespace Kanboard\Console; use Pimple\Container; use Symfony\Component\Console\Command\Command; |