17
common/Logging/Schedule/ScheduleHealthCommand.php
Executable file
17
common/Logging/Schedule/ScheduleHealthCommand.php
Executable file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace Common\Logging\Schedule;
|
||||
|
||||
use Illuminate\Console\Command;
|
||||
|
||||
class ScheduleHealthCommand extends Command
|
||||
{
|
||||
protected $signature = 'schedule:be-health';
|
||||
|
||||
public function handle(): int
|
||||
{
|
||||
$this->info('CRON schedule is running properly.');
|
||||
|
||||
return Command::SUCCESS;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user