]> _ Git - psq.git/commit
new notifications in DB
authorLouis Jeckel <louis.jeckel@outlook.com>
Wed, 21 Oct 2020 16:36:58 +0000 (18:36 +0200)
committerLouis Jeckel <louis.jeckel@outlook.com>
Wed, 21 Oct 2020 16:36:58 +0000 (18:36 +0200)
commitbc9da7f44d86f90a5cf44fc4b1e92a2c266d4f26
treebbaea87cc6ec38c509f6143279588a8eff6cb042
parentf14930a5e8fc33ba5fc70c6e59faa4987039c6ab
new notifications in DB
21 files changed:
app/EmailTemplate.php
app/Http/Controllers/Auth/VerificationController.php
app/Jobs/CheckForTrialExpirationDates.php
app/Mail/TemplateMail.php
app/Notifications/EmailValidated.php [deleted file]
app/Notifications/JustSubscribed.php [deleted file]
app/Notifications/RegistrationComplete.php [deleted file]
app/Notifications/RegistrationPending.php [deleted file]
app/Notifications/TrialExpired.php [deleted file]
app/Notifications/TrialExpiresSoon.php [deleted file]
app/Notifications/Welcome.php [deleted file]
app/Nova/Actions/SendNotification.php
app/Nova/Actions/StartTrial.php
app/Nova/Actions/SubscribeUser.php
app/Nova/Actions/ValidateAddress.php
app/Nova/EmailTemplate.php
app/Nova/User.php
app/Observers/UserObserver.php
app/PdfFile.php
app/TemplateVariables.php
app/User.php