aclManager = $aclManager; $this->user = $user; } public function load(): AclService { return new AclService($this->aclManager, $this->user); } }