command('inspire')->hourly(); $schedule->command("tenant:run lpc:add-bim-to-convert-queue")->everyTwoMinutes()->runInBackground(); $schedule->command("tenant:run lpc:sync-bim-convert-status")->everyTwoMinutes()->runInBackground(); } /** * Register the commands for the application. */ protected function commands(): void { $this->load(__DIR__.'/Commands'); require base_path('routes/console.php'); } }