Example #1
0
 public function boot(Application $app)
 {
     parent::boot($app);
     $app->mount('/oauth', new OauthControllerProvider());
 }