作者 刘锟

update

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