Skip to content

Commit 6995c5b

Browse files
committed
fix: attributes return array<string, Closure|mixed>
1 parent a86a625 commit 6995c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Concerns/Attributes.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ trait Attributes
1212
*
1313
* @param \Illuminate\Http\Request $request
1414
*
15-
* @return array<string, Closure>
15+
* @return array<string, Closure|mixed>
1616
*
1717
* ```
1818
* return [

0 commit comments

Comments
 (0)