| Current Path : /home/bullgymbny/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/ |
| Current File : /home/bullgymbny/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/provider.stub |
<?php
namespace {{ namespace }};
use Illuminate\Support\ServiceProvider;
class {{ class }} extends ServiceProvider
{
/**
* Register services.
*
* @return void
*/
public function register()
{
//
}
/**
* Bootstrap services.
*
* @return void
*/
public function boot()
{
//
}
}