mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
phalcon 4, missed another Syslog for https://github.com/opnsense/core/issues/4012
This commit is contained in:
parent
001325988c
commit
65637ce15a
@ -635,7 +635,12 @@ abstract class BaseModel
|
||||
if (version_compare($this->internal_current_model_version, $this->internal_model_version, '<')) {
|
||||
$upgradePerfomed = false;
|
||||
$migObjects = array();
|
||||
$logger = new Syslog("config", array('option' => LOG_PID, 'facility' => LOG_LOCAL2));
|
||||
$logger = new Logger(
|
||||
'messages',
|
||||
[
|
||||
'main' => new Syslog("config", ['option' => LOG_PID, 'facility' => LOG_LOCAL2])
|
||||
]
|
||||
);
|
||||
$class_info = new ReflectionClass($this);
|
||||
// fetch version migrations
|
||||
$versions = array();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user