authserver/testCAS/app/Providers/AppServiceProvider.php
changeset 0 1afc9d2ab94d
child 8 5a0cbbe0922a
equal deleted inserted replaced
-1:000000000000 0:1afc9d2ab94d
       
     1 <?php namespace TestCAS\Providers;
       
     2 
       
     3 use Illuminate\Support\ServiceProvider;
       
     4 
       
     5 class AppServiceProvider extends ServiceProvider
       
     6 {
       
     7     /**
       
     8      * Bootstrap any application services.
       
     9      *
       
    10      * @return void
       
    11      */
       
    12     public function boot()
       
    13     {
       
    14         //
       
    15     }
       
    16 
       
    17     /**
       
    18      * Register any application services.
       
    19      *
       
    20      * @return void
       
    21      */
       
    22     public function register()
       
    23     {
       
    24         //
       
    25     }
       
    26 }