Fix CronWeekly console task to actually read Weekly
This commit is contained in:
@@ -8,7 +8,11 @@ use App\Events\CronMonthly;
|
||||
/**
|
||||
* This just calls the CronMonthly event, so all of the
|
||||
* listeners, etc can just be called to run those tasks
|
||||
*
|
||||
* The actual cron tasks are in app/Cron
|
||||
*
|
||||
* @package App\Console\Cron
|
||||
*
|
||||
*/
|
||||
class Monthly extends Command
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user