I have schedule like this
$schedule->call(function () { $mial->getMail(Auth::user()->id); })->everyMinute();
show me this
You cannot check auth via the command line as a command does not have any information about the session. It is not concerned with HTTP / a browser at all
auth