command('message:add') ->everyMinute() ->withoutOverlapping()->appendOutputTo($path); $schedule->command('notice:add') ->everyMinute() ->withoutOverlapping()->appendOutputTo($path); } }