Skip to content

Commit 7c875e0

Browse files
committed
fix: allow Debugbar to load with strict form request validation enabled
1 parent e832500 commit 7c875e0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Requests/AssetRequest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ public function rules(): array
1212
{
1313
return [
1414
'type' => ['required', 'string', 'in:js,css'],
15+
'mtime' => ['nullable'],
16+
'hash' => ['nullable'],
1517
];
1618
}
1719
}

0 commit comments

Comments
 (0)