Skip to content

Commit 65d5f6c

Browse files
DenTrayCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ae91dea commit 65d5f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/request.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function rules(): array
1717
{
1818
@if(!empty($parameters))
1919
@if($needToValidateWith)
20-
$availableRelations = implode(',', $this->getAvailableRelations());
20+
$availableRelations = implode(',', $this->getAvailableRelations());
2121

2222
@endif
2323
return [

0 commit comments

Comments
 (0)