changes to sms packages and option to create user
This commit is contained in:
@@ -29,7 +29,7 @@ class MailProfile extends Model
|
||||
protected static function booted(): void
|
||||
{
|
||||
static::created(function (MailProfile $profile): void {
|
||||
|
||||
|
||||
\Log::info('mail_profile.created', [
|
||||
'id' => $profile->id,
|
||||
'name' => $profile->name,
|
||||
|
||||
Reference in New Issue
Block a user