Skip to content

Commit

Permalink
Cleanup request stub
Browse files Browse the repository at this point in the history
  • Loading branch information
rawilk committed Apr 9, 2024
1 parent 38a6101 commit 7912748
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions stubs/request.stub
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,8 @@ use Illuminate\Foundation\Http\FormRequest;

class {{ class }} extends FormRequest
{
public function authorize(): bool
{
return false;
}

/**
* @return array<string, mixed>
*/
public function rules(): array
{
return [
//
];
return [];
}
}

0 comments on commit 7912748

Please sign in to comment.