Laravel 服務容器(Container)是管理類別依賴與執行依賴注入的強力工具。 ... public function __construct(UserRepository $users) { $this->users = $users; ...
確定! 回上一頁