|
|
|
@ -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; |
|
|
|
|