您的位置:首页 > 编程语言 > PHP开发

laravel Method Baum\Console\InstallCommand::handle() does not exist

2018-01-03 20:07 1161 查看
Laravel 5.5 uses the handle() method instead of fire() in commands.
This PR adds a handle() method that simply calls fire() internally. This way it should be compatible with previous versions of Laravel and the 5.5 series.

找到vendor\baum\baum\src\Baum\Console下的InstallCommand.php

在第61行把fire()修改威handle()
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐