作者 刘锟

合并分支 'akun' 到 'master'

update



查看合并请求 !622
... ... @@ -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();
... ...