fix: [internal] Fix undefined index notices

pull/5240/head
Jakub Onderka 2020-08-11 10:55:01 +02:00
parent 6ee505a207
commit 8338659396
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ class Log extends AppModel
* @param string|array $change
* @return array
* @throws Exception
* @throws InvalidArgumentException
*/
public function createLogEntry($user, $action, $model, $modelId = 0, $title = '', $change = '')
{