Skip to content

Commit

Permalink
Merge pull request #30 from tenkoma/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
sizuhiko committed Oct 18, 2018
2 parents 6be6e27 + 92f97e6 commit d08089e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -105,7 +105,7 @@ see: CakePHP's Model::create()
##### testing

testing If false, uses create seed data to default database with using Fabricate.
All model instance created by CalssRegistry::init('modelName', ['testing'=>false]).
All model instance created by ClassRegistry::init('modelName', ['testing'=>false]).
see: CakePHP's ClassRegistry::init()

`Default: true`
Expand Down

0 comments on commit d08089e

Please sign in to comment.