Skip to content

Commit

Permalink
Dusting
Browse files Browse the repository at this point in the history
  • Loading branch information
driftingly committed Sep 1, 2023
1 parent 1db6b58 commit 20c368f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Linters/RequestValidation.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

class RequestValidation extends BaseLinter
{
use LintsControllers;
use IdentifiesExtends;
use LintsControllers;

public const DESCRIPTION = 'Use `request()->validate(...)` helper function or extract a FormRequest instead of using `$this->validate(...)` in controllers';

Expand Down

0 comments on commit 20c368f

Please sign in to comment.