command('contacts:merge-duplicates --confidence=HIGH --force') ->dailyAt('02:00') ->withoutOverlapping() ->runInBackground() ->appendOutputTo(storage_path('logs/contacts-merge.log')); } /** * Register the commands for the application. * * @return void */ protected function commands() { $this->load(__DIR__ . '/Commands'); require base_path('routes/console.php'); } }