rxrw / laravel-yar

Yar封装
MIT License
7 stars 7 forks source link

使用yar以后,Laravel的构造函数注入失效啦 #3

Open capping opened 5 years ago

capping commented 5 years ago

为什么使用yar以后,使用构造函数注入的方式都失效啦。

protected $re;
public function __construct(UserRepository $re)
{
    $this->re = $re;
}

就会报错

{
    "message": "server responsed non-200 code '500'",
    "code": 16,
    "status_code": 500
}
rxrw commented 4 years ago

查一下日志。。?