actor = $actor; $this->bus = $bus; } protected function callAction($class, $params = []) { $action = app($class); return $action->call($params); } }