Skip to content

Commit

Permalink
Use default name for action (stechstudio#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
pxlrbt committed Nov 7, 2022
1 parent 7d2b684 commit 66a5354
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Impersonate.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@

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

protected function setUp(): void
{
parent::setUp();
Expand Down

0 comments on commit 66a5354

Please sign in to comment.