Skip to content

[ADVAPP-1726]: Issues with notifying Users of subscription created for them #1760

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Aug 6, 2025
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@
use AdvisingApp\Notification\Events\SubscriptionCreated;
use AdvisingApp\Notification\Events\SubscriptionDeleted;
use AdvisingApp\Notification\Models\Subscription;
use Illuminate\Contracts\Events\ShouldHandleEventsAfterCommit;

class SubscriptionObserver
class SubscriptionObserver implements ShouldHandleEventsAfterCommit
{
public function created(Subscription $subscription): void
{
Expand Down