From 53a5c1ebe6942a0cc815a6ed80f9b4cac67d03a0 Mon Sep 17 00:00:00 2001 From: lilHermit Date: Tue, 21 Aug 2018 15:32:15 +0100 Subject: [PATCH] Fixed error with ModelType --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c162dcc..a7fcb1be 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ class SomeController extends AppController { public function initialize() { - $this->loadModel('Comments', 'elastic'); + $this->loadModel('Comments', 'Elastic'); } public function index()