restrictionService = $restrictionService; parent::__construct(); } /** * Execute the console command. * * @return mixed */ public function handle() { $this->restrictionService->buildEntityPermissions(); } }