removed all references to credits. now credits are completely replaced by addons.
This commit is contained in:
@@ -10,7 +10,6 @@ use App\Events\Packages\EventPackageGuestLimitReached;
|
||||
use App\Events\Packages\EventPackageGuestThresholdReached;
|
||||
use App\Events\Packages\EventPackagePhotoLimitReached;
|
||||
use App\Events\Packages\EventPackagePhotoThresholdReached;
|
||||
use App\Events\Packages\TenantCreditsLow;
|
||||
use App\Events\Packages\TenantPackageEventLimitReached;
|
||||
use App\Events\Packages\TenantPackageEventThresholdReached;
|
||||
use App\Events\Packages\TenantPackageExpired;
|
||||
@@ -23,7 +22,6 @@ use App\Listeners\Packages\QueueGuestLimitNotification;
|
||||
use App\Listeners\Packages\QueueGuestThresholdNotification;
|
||||
use App\Listeners\Packages\QueuePhotoLimitNotification;
|
||||
use App\Listeners\Packages\QueuePhotoThresholdNotification;
|
||||
use App\Listeners\Packages\QueueTenantCreditsLowNotification;
|
||||
use App\Listeners\Packages\QueueTenantEventLimitNotification;
|
||||
use App\Listeners\Packages\QueueTenantEventThresholdNotification;
|
||||
use App\Listeners\Packages\QueueTenantPackageExpiredNotification;
|
||||
@@ -133,11 +131,6 @@ class AppServiceProvider extends ServiceProvider
|
||||
[QueueTenantPackageExpiredNotification::class, 'handle']
|
||||
);
|
||||
|
||||
EventFacade::listen(
|
||||
TenantCreditsLow::class,
|
||||
[QueueTenantCreditsLowNotification::class, 'handle']
|
||||
);
|
||||
|
||||
EventFacade::listen(
|
||||
GuestPhotoUploaded::class,
|
||||
[SendPhotoUploadedNotification::class, 'handle']
|
||||
|
||||
Reference in New Issue
Block a user