Skip to content

Commit

Permalink
chore: Update comments in validation classes
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithDennis committed Apr 14, 2024
1 parent 21f228d commit 9c35816
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stubs/Page/Create/Form/Fields/Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Validate extends Base

public function getShouldGenerate(): bool
{
// TODO: Check for fields with any validation rules
// TODO: Implement getShouldGenerate() logic
return true;
}
}
1 change: 1 addition & 0 deletions src/Stubs/Page/Create/Form/Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class Validate extends Base

public function getShouldGenerate(): bool
{
// TODO: Implement getShouldGenerate() logic
return true;
}
}
1 change: 1 addition & 0 deletions src/Stubs/Page/Edit/Form/Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class Validate extends Base

public function getShouldGenerate(): bool
{
// TODO: Implement getShouldGenerate() logic
return true;
}
}

0 comments on commit 9c35816

Please sign in to comment.