Skip to content

Commit f0ba8e0

Browse files
authored
Merge pull request #61 from yiedpozi/laravel-11-support
Add Support for Laravel 11
2 parents 2250fe2 + 1d974dd commit f0ba8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/TelegramFetchCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function getSubscribedSignals(): array
7474
return [SIGINT];
7575
}
7676

77-
public function handleSignal(int $signal): void
77+
public function handleSignal(int $signal, int|false $previousExitCode = 0): int|false
7878
{
7979
$this->shallExit = true;
8080
}

0 commit comments

Comments
 (0)