This commit is contained in:
Denis Duliçi 2021-06-17 15:07:53 +03:00
parent 47c21543bd
commit 873d25c742

View File

@ -7,6 +7,16 @@ use Illuminate\Support\ServiceProvider as Provider;
class $NAME$ extends Provider class $NAME$ extends Provider
{ {
/**
* Register the service provider.
*
* @return void
*/
public function register()
{
$this->loadRoutes();
}
/** /**
* Boot the application events. * Boot the application events.
* *
@ -21,16 +31,6 @@ class $NAME$ extends Provider
//$this->loadConfig(); //$this->loadConfig();
} }
/**
* Register the service provider.
*
* @return void
*/
public function register()
{
$this->loadRoutes();
}
/** /**
* Load views. * Load views.
* *