diff --git a/app/Console/Commands/Scheduler.php b/app/Console/Commands/Scheduler.php index 3cbb8f8..af21e1f 100644 --- a/app/Console/Commands/Scheduler.php +++ b/app/Console/Commands/Scheduler.php @@ -40,6 +40,7 @@ class Scheduler extends Command { $this->call('approval:trigger-mails'); + $this->call('approval:laser-stop'); // $this->call('sftp:process-files'); // --- Production Rules ---