Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit be11aa8

Browse files
committed
fix type-o in readme
1 parent f16ca48 commit be11aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ One more step is required for Laravel to recognise the service we just created.
8080

8181
- Open `src/Foundation/Providers/ServieProvider`
8282
- Add `use App\Services\Api\Providers\ApiServiceProvider`
83-
- In the `handle` method add `$this->app->register(ApiServiceProvider::class)`
83+
- In the `register` method add `$this->app->register(ApiServiceProvider::class)`
8484

8585
### 2. Create a Feature
8686

0 commit comments

Comments
 (0)