mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Merge pull request #1632 from ravage84/cakelog_config
Corrected a CakeLog example in a DocBlock about scopes and types
This commit is contained in:
commit
2ec54fba50
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ class CakeLog {
|
|||
* {{{
|
||||
* CakeLog::config('payments', array(
|
||||
* 'engine' => 'File',
|
||||
* 'types' => array('info', 'error', 'warning'),
|
||||
* 'scopes' => array('payment', 'order')
|
||||
* ));
|
||||
* }}}
|
||||
|
|
Loading…
Add table
Reference in a new issue