Skip to content

Commit

Permalink
Merge pull request #1 from samsonasik/patch-2
Browse files Browse the repository at this point in the history
typo fix: undefined variable eloquent
  • Loading branch information
agungsugiarto authored Aug 5, 2020
2 parents f309769 + ae0aa87 commit 160e0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ add `service(eloquent);` on function initController
// E.g.:
// $this->session = \Config\Services::session();

service(eloquent);
service('eloquent');
```
## Usage

Expand Down

0 comments on commit 160e0bb

Please sign in to comment.