Skip to content

Commit d55af82

Browse files
Typo
Removed un-neede |
1 parent 21491e3 commit d55af82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Requests/Admin/Nest/StoreNestFormRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function rules()
2020
{
2121
return [
2222
'name' => 'required|string|min:1|max:255',
23-
'description' => 'string|nullable|',
23+
'description' => 'string|nullable',
2424
];
2525
}
2626
}

0 commit comments

Comments
 (0)