We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e167ff commit 8d2a14aCopy full SHA for 8d2a14a
Readme.md
@@ -15,7 +15,7 @@ Nanvaie\DatabaseRepository\DatabaseRepositoryServiceProvider::class
15
### Setup for Lumen
16
Navigate to `app.php` in `bootstrap` folder and add following line after config registrations:
17
```php
18
-$this->register->config('')
+$this->app->configure('repository')
19
```
20
21
Note: Make sure to run `composer dump-autoload` after these changes.
0 commit comments