added email subscriptions

This commit is contained in:
2024-09-27 22:16:29 +10:00
parent db018e9120
commit b10b6b712e
10 changed files with 203 additions and 5 deletions

View File

@@ -7,8 +7,6 @@ use Illuminate\Database\Eloquent\Model;
class EmailSubscriptions extends Model
{
use HasFactory;
/**
* The attributes that are mass assignable.
*