Skip to content

Commit

Permalink
Merge branch 'master' of github.com:freescout-helpdesk/freescout into…
Browse files Browse the repository at this point in the history
… dist
  • Loading branch information
freescout-helpdesk committed Apr 26, 2024
2 parents 17024f8 + b474193 commit a50c261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Kernel extends ConsoleKernel
protected function schedule(Schedule $schedule)
{
// https://github.com/freescout-helpdesk/freescout/issues/3970
if (!$this->isScheduleRun()) {
if (!$this->isScheduleRun() && !\Helper::isRoute('system.cron')) {
return;
}

Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
| or any other location as required by the application or its packages.
*/

'version' => '1.8.137',
'version' => '1.8.138',

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit a50c261

Please sign in to comment.