controller = $controller; } /** * Get the current controller instance * * @return null|Dispatchable */ public function getController() { return $this->controller; } }