Skip to content

Commit

Permalink
Merge pull request #180 from lilHermit/fixes/doc-fix
Browse files Browse the repository at this point in the history
Fixed error with ModelType
  • Loading branch information
markstory authored Aug 21, 2018
2 parents e7b85f0 + 53a5c1e commit 00215eb
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 @@ -95,7 +95,7 @@ class SomeController extends AppController
{
public function initialize()
{
$this->loadModel('Comments', 'elastic');
$this->loadModel('Comments', 'Elastic');
}

public function index()
Expand Down

0 comments on commit 00215eb

Please sign in to comment.