develop
|
Last change
on this file since 83da0d2 was 2fc88ec, checked in by beratkjufliju <kufliju@…>, 4 years ago |
|
initial commit
|
-
Property mode
set to
100644
|
|
File size:
403 bytes
|
| Line | |
|---|
| 1 | <?php
|
|---|
| 2 |
|
|---|
| 3 | namespace App\Providers;
|
|---|
| 4 |
|
|---|
| 5 | use Illuminate\Support\ServiceProvider;
|
|---|
| 6 |
|
|---|
| 7 | class AppServiceProvider extends ServiceProvider
|
|---|
| 8 | {
|
|---|
| 9 | /**
|
|---|
| 10 | * Register any application services.
|
|---|
| 11 | *
|
|---|
| 12 | * @return void
|
|---|
| 13 | */
|
|---|
| 14 | public function register()
|
|---|
| 15 | {
|
|---|
| 16 | //
|
|---|
| 17 | }
|
|---|
| 18 |
|
|---|
| 19 | /**
|
|---|
| 20 | * Bootstrap any application services.
|
|---|
| 21 | *
|
|---|
| 22 | * @return void
|
|---|
| 23 | */
|
|---|
| 24 | public function boot()
|
|---|
| 25 | {
|
|---|
| 26 | //
|
|---|
| 27 | }
|
|---|
| 28 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.