Browse Source

Fix namespace

jmontoyaa 7 years ago
parent
commit
3a372797e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/console

+ 1 - 1
bin/console

@@ -1,7 +1,7 @@
 #!/usr/bin/env php
 <?php
 
-use App\Kernel;
+use Chamilo\Kernel;
 use Symfony\Bundle\FrameworkBundle\Console\Application;
 use Symfony\Component\Console\Input\ArgvInput;
 use Symfony\Component\Debug\Debug;