Fix CronWeekly console task to actually read Weekly

This commit is contained in:
Nabeel Shahzad
2018-08-23 08:26:39 -05:00
parent 91a64113fb
commit e77488c66a
3 changed files with 15 additions and 5 deletions

View File

@@ -8,6 +8,9 @@ use App\Events\CronNightly;
/**
* This just calls the CronNightly 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 Nightly extends Command