Skip to content

Commit 5167ee6

Browse files
committed
Update Readme.md
1 parent 0976f53 commit 5167ee6

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
@@ -15,7 +15,7 @@ Nanvaie\DatabaseRepository\DatabaseRepositoryServiceProvider::class
1515
### Setup for Lumen
1616
Navigate to `app.php` in `bootstrap` folder and add following line after config registrations:
1717
```php
18-
$this->app->configure('repository')
18+
$app->register(Nanvaie\DatabaseRepository\DatabaseRepositoryServiceProvider::class)
1919
```
2020

2121
Note: Make sure to run `composer dump-autoload` after these changes.

0 commit comments

Comments
 (0)