Skip to content

Commit

Permalink
Fix make not compatible (stechstudio#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjendejong12 committed Nov 7, 2022
1 parent 66a5354 commit f0b9b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Impersonate.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class Impersonate extends Action
{
public static function make(string $name = 'impersonate'): static
public static function make(?string $name = 'impersonate'): static
{
return parent::make($name);
}
Expand Down

0 comments on commit f0b9b74

Please sign in to comment.