mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Fixes typo - refs #2696
This commit is contained in:
parent
c704ddcdf0
commit
39dc4503b2
@ -34,7 +34,7 @@ class EventLog extends Model
|
||||
Model::getConnectionResolver() &&
|
||||
App::hasDatabase() &&
|
||||
!defined('OCTOBER_NO_EVENT_LOGGING') &&
|
||||
LogSetting::get('log_requests')
|
||||
LogSetting::get('log_events')
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user