浏览代码

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
 
11
 
12
 require __DIR__.'/../vendor/autoload.php';
12
 require __DIR__.'/../vendor/autoload.php';
13
 
13
 
14
+$input = new ArgvInput();
14
 $kernel = new Kernel('prod', false);
15
 $kernel = new Kernel('prod', false);
15
 $application = new Application($kernel);
16
 $application = new Application($kernel);
16
 $application->run($input);
17
 $application->run($input);

正在加载...
取消
保存