作者 刘锟

update

... ... @@ -34,7 +34,7 @@ class Temp extends Command
*/
protected $description = '临时脚本';
public function handel(){
public function handle(){
ProjectServer::useProject(1515);
$products = Product::select(['id','content'])->get();
... ...