Skip to content

Commit 70afad2

Browse files
authored
Update 8.documentation.md
1 parent 1185652 commit 70afad2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

content/4.digging-deeper/8.documentation.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,7 @@ php artisan rest:documentation-provider
140140
Then add the freshly generated service provider to your providers in your `bootstrap/providers.php` file:
141141
```php
142142
return [
143-
App\Providers\AppServiceProvider::class,
144-
App\Providers\AuthServiceProvider::class,
145-
App\Providers\HorizonServiceProvider::class,
146-
App\Providers\TelescopeServiceProvider::class,
143+
// ...
147144
App\Providers\RestDocumentationServiceProvider::class
148145
];
149146
```

0 commit comments

Comments
 (0)