Skip to content

Commit

Permalink
~ Missed another one
Browse files Browse the repository at this point in the history
  • Loading branch information
tylernathanreed committed Mar 20, 2024
1 parent dd53eab commit fcac3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MorphTypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class MorphTypes
*
* @param class-string<Model>|array<class-string<Model>>|true $items
*/
public function __construct(array|string|true $items)
public function __construct(array|string|bool $items)
{
if ($items === true) {
$this->all = true;
Expand Down

0 comments on commit fcac3e9

Please sign in to comment.