/** * Constructor for Dispatcher * * @param CMSApplication $app The application instance * * @since 4.0.0 */ public function __construct(CMSApplication $app) { $this->app = $app; }