Skip to content

Commit

Permalink
Merge pull request cakephp#1405 from ChrisThompsonTLDR/patch-1
Browse files Browse the repository at this point in the history
Update app.rst
  • Loading branch information
bcrowe committed Jun 4, 2014
2 parents 8a7abcd + 8f4d1a5 commit 724f7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/core-utility-libraries/app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ package or folder where other classes reside. You can configure each package
location in your application using ``App::build('APackage/SubPackage', $paths)``
to inform the framework where should each class be loaded. Almost every class in
the CakePHP framework can be swapped with your own compatible implementation. If
you wish to use you own class instead of the classes the framework provides,
you wish to use your own class instead of the classes the framework provides,
just add the class to your libs folder emulating the directory location of where
CakePHP expects to find it.

Expand Down

0 comments on commit 724f7a1

Please sign in to comment.