瀏覽代碼

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

Loading…
取消
儲存