Explorar el Código

Fix namespace

jmontoyaa hace 7 años
padre
commit
3a372797e9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bin/console

+ 1 - 1
bin/console

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