Merge pull request #1632 from ravage84/cakelog_config

Corrected a CakeLog example in a DocBlock about scopes and types
This commit is contained in:
Mark Story 2013-09-12 20:20:51 -07:00
commit 2ec54fba50

View file

@ -169,6 +169,7 @@ class CakeLog {
* {{{
* CakeLog::config('payments', array(
* 'engine' => 'File',
* 'types' => array('info', 'error', 'warning'),
* 'scopes' => array('payment', 'order')
* ));
* }}}