Update ActionAccessValidator.php

This commit is contained in:
Carlos Ferreira 2018-01-14 12:19:39 +01:00 committed by GitHub
parent db831cd5ba
commit 9b7ad28347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,5 +74,4 @@ abstract class ActionAccessValidator extends AccessValidator
}
abstract protected function validate($rule);
}