mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Fixing method visibility
This commit is contained in:
parent
018e5d0659
commit
1d61e21eaa
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class SyslogLog extends BaseLog {
|
|||
* @param sting $output
|
||||
* @return void
|
||||
*/
|
||||
public function _open($ident, $options, $facility) {
|
||||
protected function _open($ident, $options, $facility) {
|
||||
openlog($ident, $options, $facility);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue