Skip to content

Commit 86fd49c

Browse files
committed
case fix in ModelStore
1 parent 9540313 commit 86fd49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chimera/ModelStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class ModelStore
88

99
private function chimera() {
1010
static $chimera;
11-
if (!$chimera) $chimera = new \chimera\Chimera();
11+
if (!$chimera) $chimera = new \Chimera\Chimera();
1212
return $chimera;
1313
}
1414

0 commit comments

Comments
 (0)