Skip to content

Commit

Permalink
Fix: command stub
Browse files Browse the repository at this point in the history
  • Loading branch information
zackAJ authored Feb 5, 2025
1 parent deee459 commit af2a798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/stubs/debounceConsole.stub
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class {{ class }} extends DebounceCommand
//run after executing the command
}

public function getLastActivityTimestamp(): ?Carbon
public static function getLastActivityTimestamp(): ?Carbon
{
//NOTE: remove the method if not needed
//manually set the last activity to debounce from
Expand Down

0 comments on commit af2a798

Please sign in to comment.