From 6853ae9881e363f3f2778f3e3b9fe52941f6206e Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Mon, 1 Jun 2020 02:50:28 -0500 Subject: [PATCH] created outline for payment reminder --- ...ntalReminderJob.php => SendMoonRentalPaymentReminderJob.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename app/Jobs/Commands/RentalMoons/{SendMoonRentalReminderJob.php => SendMoonRentalPaymentReminderJob.php} (92%) diff --git a/app/Jobs/Commands/RentalMoons/SendMoonRentalReminderJob.php b/app/Jobs/Commands/RentalMoons/SendMoonRentalPaymentReminderJob.php similarity index 92% rename from app/Jobs/Commands/RentalMoons/SendMoonRentalReminderJob.php rename to app/Jobs/Commands/RentalMoons/SendMoonRentalPaymentReminderJob.php index 6af59f5c0..0f3cd1edb 100644 --- a/app/Jobs/Commands/RentalMoons/SendMoonRentalReminderJob.php +++ b/app/Jobs/Commands/RentalMoons/SendMoonRentalPaymentReminderJob.php @@ -8,7 +8,7 @@ use Illuminate\Queue\InteractsWithQueue; use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Foundation\Bus\Dispatchable; -class SendMoonRentalReminderJob implements ShouldQueue +class SendMoonRentalPaymentReminderJob implements ShouldQueue { use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;