Convert newsletter to use Users table as base

This commit is contained in:
Alex Cabal 2022-07-04 12:01:36 -05:00
parent b48a788430
commit 011cd747f1
34 changed files with 444 additions and 307 deletions

View file

@ -1,6 +0,0 @@
<?
namespace Exceptions;
class InvalidNewsletterSubscriberException extends SeException{
protected $message = 'We couldnt find you in our newsletter subscribers list.';
}