From 3e89a53fc135b56ac0421bfc9c4752f7174b2112 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Fri, 6 Apr 2018 17:14:01 -0500 Subject: [PATCH] Move cron scripts to root namespace --- app/{Listeners => }/Cron/Monthly/ApplyExpenses.php | 2 +- app/{Listeners => }/Cron/Nightly/ApplyExpenses.php | 2 +- app/{Listeners => }/Cron/Nightly/PilotLeave.php | 2 +- app/{Listeners => }/Cron/Nightly/RecalculateBalances.php | 2 +- app/Providers/EventServiceProvider.php | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) rename app/{Listeners => }/Cron/Monthly/ApplyExpenses.php (95%) rename app/{Listeners => }/Cron/Nightly/ApplyExpenses.php (95%) rename app/{Listeners => }/Cron/Nightly/PilotLeave.php (96%) rename app/{Listeners => }/Cron/Nightly/RecalculateBalances.php (97%) diff --git a/app/Listeners/Cron/Monthly/ApplyExpenses.php b/app/Cron/Monthly/ApplyExpenses.php similarity index 95% rename from app/Listeners/Cron/Monthly/ApplyExpenses.php rename to app/Cron/Monthly/ApplyExpenses.php index c8f7efdf..619ed5ae 100644 --- a/app/Listeners/Cron/Monthly/ApplyExpenses.php +++ b/app/Cron/Monthly/ApplyExpenses.php @@ -1,6 +1,6 @@ [ - \App\Listeners\Cron\Monthly\ApplyExpenses::class + \App\Cron\Monthly\ApplyExpenses::class ], UserStatsChanged::class => [