ソースを参照

Fix input variable not found

tags/4.1.9.1
Steevan BARBOYON 7年前
コミット
3774b87578
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      bin/console

+ 1
- 0
bin/console ファイルの表示

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

読み込み中…
キャンセル
保存