mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-10-31 14:29:09 +00:00 
			
		
		
		
	
		
			
	
	
		
			29 lines
		
	
	
	
		
			403 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			29 lines
		
	
	
	
		
			403 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
|  | <?php | ||
|  | 
 | ||
|  | namespace App\Providers; | ||
|  | 
 | ||
|  | use Illuminate\Support\ServiceProvider; | ||
|  | 
 | ||
|  | class AppServiceProvider extends ServiceProvider | ||
|  | { | ||
|  |     /** | ||
|  |      * Register any application services. | ||
|  |      * | ||
|  |      * @return void | ||
|  |      */ | ||
|  |     public function register() | ||
|  |     { | ||
|  |         //
 | ||
|  |     } | ||
|  | 
 | ||
|  |     /** | ||
|  |      * Bootstrap any application services. | ||
|  |      * | ||
|  |      * @return void | ||
|  |      */ | ||
|  |     public function boot() | ||
|  |     { | ||
|  |         //
 | ||
|  |     } | ||
|  | } |