public function register()
 {
     $this->app->singleton(BoomCMSRouter::class, function () {
         $router = new BoomCMSRouter($this->app);
         $router->routeHostname($this->app->make(Request::class)->getHttpHost());
         return $router;
     });
 }