laravel 自动new一个对象是怎么实现的呢有没有讲解laravel实现依赖注入的文章,或源码解读
public function __construct(Contract $contract,OwnerRepository $owner) { $this->model = $contract; $this->owner = $owner; }
沧海一幻觉
相关分类