正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -34,7 +34,7 @@ class Temp extends Command | @@ -34,7 +34,7 @@ class Temp extends Command | ||
| 34 | */ | 34 | */ |
| 35 | protected $description = '临时脚本'; | 35 | protected $description = '临时脚本'; |
| 36 | 36 | ||
| 37 | - public function handel(){ | 37 | + public function handle(){ |
| 38 | ProjectServer::useProject(1515); | 38 | ProjectServer::useProject(1515); |
| 39 | 39 | ||
| 40 | $products = Product::select(['id','content'])->get(); | 40 | $products = Product::select(['id','content'])->get(); |
-
请 注册 或 登录 后发表评论