Browse Source

Fixed cod block

José Lorenzo Rodríguez 7 years ago
parent
commit
ad2a6cece6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/ORM/README.md

+ 1 - 0
src/ORM/README.md

@@ -161,6 +161,7 @@ $cacheConfig = [
    'prefix'    => 'orm_',
 ],
 Cache::setConfig('_cake_model_', $cacheConfig);
+```
 
 ## Creating Custom Table and Entity Classes