mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 23:03:45 +02:00
Fix some test runner issues
This commit is contained in:
@@ -16,7 +16,7 @@ class ServiceFormRequest extends AdminFormRequest
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
public function rules(): array
|
||||
public function rules()
|
||||
{
|
||||
return [
|
||||
'name' => 'required|string|min:1|max:255',
|
||||
|
||||
Reference in New Issue
Block a user