setBasePath( $this->app->basePath( 'includes/Dependencies/GoDaddy/Styles/' ) ); StylesLoader::getInstance()->setBaseUrl( $this->app->baseUrl( 'includes/Dependencies/GoDaddy/Styles/' ) ); StylesLoader::getInstance()->boot(); } /** * This method will be used to bind things to the container. * * @return void */ public function register() {} }