Fixed Travis errors.

This commit is contained in:
Jan Böhmer 2020-03-07 21:36:33 +01:00
parent 55b00c7f22
commit 84d268aba3
8 changed files with 13 additions and 12 deletions

View file

@ -66,6 +66,8 @@ class LogEntryVoter extends ExtendedVoter
return $this->resolver->inherit($user, 'system', 'show_logs') ?? false;
}
return false;
}
protected function supports($attribute, $subject)