We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b04efdf + d75de73 commit f181e0fCopy full SHA for f181e0f
app/Http/Requests/StoreAssetModelRequest.php
@@ -19,6 +19,7 @@ public function authorize(): bool
19
20
public function prepareForValidation(): void
21
{
22
+ parent::prepareForValidation();
23
24
if ($this->category_id) {
25
if ($category = Category::find($this->category_id)) {
0 commit comments