Skip to content

Commit

Permalink
Merge pull request #30 from beporter/patch-2
Browse files Browse the repository at this point in the history
Typo correction.
  • Loading branch information
justinyost authored Oct 3, 2016
2 parents 47326b1 + edeaf0f commit c8a67d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Array

### "Consumed" Configure Vars

CakePHP 3 by default "consumes" some of its configs so as not to confused developers. [`Configure::consume()`](http://book.cakephp.org/3.0/en/development/configuration.html#Cake\Core\Configure::consume) removes the configuration key from Configure, making it unavailable to the rest of the app. At the [time of this writing](https://github.com/cakephp/app/blob/a0f2c4/config/bootstrap.php#L136,L141), it does this for the following keys/classes:
CakePHP 3 by default "consumes" some of its configs so as not to confuse developers. [`Configure::consume()`](http://book.cakephp.org/3.0/en/development/configuration.html#Cake\Core\Configure::consume) removes the configuration key from Configure, making it unavailable to the rest of the app. At the [time of this writing](https://github.com/cakephp/app/blob/a0f2c4/config/bootstrap.php#L136,L141), it does this for the following keys/classes:

| _`[Configure.Key]`_ | _`Class::configEnumerationMethod()`_ | _`Class::configFetchMethod()`_ |
|----------------------|---------------------------------------|---------------------------------|
Expand Down Expand Up @@ -143,4 +143,4 @@ When developing this plugin, please fork and issue a PR for any new development.

## Copyright

[Loadsys Web Strategies](http://www.loadsys.com) 2015
[Loadsys Web Strategies](http://www.loadsys.com) 2016

0 comments on commit c8a67d3

Please sign in to comment.