Fix some test runner issues
This commit is contained in:
parent
9b79d9c756
commit
8952043600
3 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ abstract class AdminFormRequest extends FormRequest
|
|||
*
|
||||
* @return array
|
||||
*/
|
||||
abstract public function rules(): array;
|
||||
abstract public function rules();
|
||||
|
||||
/**
|
||||
* Determine if the user is an admin and has permission to access this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue