I have a running Laravel application which has the default Console/Kernel.php where all my scheduled commands are defined as usual.
Console/Kernel.php
But now I have another La