remove now empty array from logger
This commit is contained in:
@@ -79,7 +79,7 @@ class Notify extends BaseRepository
|
||||
Hook::callAll('enotify_store', $fields);
|
||||
|
||||
if (empty($fields)) {
|
||||
$this->logger->debug('Abort adding notification entry', ['fields' => $fields]);
|
||||
$this->logger->debug('Abort adding notification entry');
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user