Skip to content

Commit fcac3e9

Browse files
~ Missed another one
1 parent dd53eab commit fcac3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MorphTypes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class MorphTypes
2020
*
2121
* @param class-string<Model>|array<class-string<Model>>|true $items
2222
*/
23-
public function __construct(array|string|true $items)
23+
public function __construct(array|string|bool $items)
2424
{
2525
if ($items === true) {
2626
$this->all = true;

0 commit comments

Comments
 (0)