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

@ -52,5 +52,7 @@ class PartLotVoter extends ExtendedVoter
$this->resolver->listOperationsForPermission('parts_lots')
), true);
}
return false;
}
}