laravel 自动new一个对象是怎么实现的呢有没有讲解laravel实现依赖注入的文章,或源码解读
public function __construct(Contract $contract,OwnerRepository $owner)
{
$this->model = $contract;
$this->owner = $owner;
}
添加回答
举报
0/150
提交
取消