Przeglądaj źródła

Fix input variable not found

tags/4.1.9.1
Steevan BARBOYON 7 lat temu
rodzic
commit
3774b87578
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      bin/console

+ 1
- 0
bin/console Wyświetl plik

@@ -11,6 +11,7 @@ set_time_limit(0);
11 11
 
12 12
 require __DIR__.'/../vendor/autoload.php';
13 13
 
14
+$input = new ArgvInput();
14 15
 $kernel = new Kernel('prod', false);
15 16
 $application = new Application($kernel);
16 17
 $application->run($input);

Ładowanie…
Anuluj
Zapisz