From af2a798dc1ed7835cecc760c25bf0598acc09dfc Mon Sep 17 00:00:00 2001 From: Zakaria AKTOUF <101515566+zackAJ@users.noreply.github.com> Date: Wed, 5 Feb 2025 23:04:40 +0100 Subject: [PATCH] Fix: command stub --- src/Commands/stubs/debounceConsole.stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/stubs/debounceConsole.stub b/src/Commands/stubs/debounceConsole.stub index 1113393..78a32be 100644 --- a/src/Commands/stubs/debounceConsole.stub +++ b/src/Commands/stubs/debounceConsole.stub @@ -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