mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
fix typo in CakeLog::config()
Signed-off-by: mark_story <mark@mark-story.com>
This commit is contained in:
parent
29f2223c6d
commit
06c1b583f8
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class CakeLog {
|
|||
*
|
||||
* For an explaination of these parameters, see CakeLog::write()
|
||||
*
|
||||
* @param string $key The keyname for this logger, used to revmoe the logger later.
|
||||
* @param string $key The keyname for this logger, used to remove the logger later.
|
||||
* @param array $config Array of configuration information for the logger
|
||||
* @return boolean success of configuration.
|
||||
* @static
|
||||
|
|
Loading…
Reference in a new issue