changes to sms packages and option to create user
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
uses(RefreshDatabase::class);
|
||||
|
||||
it('persists to_recipients array when filling and saving', function () {
|
||||
$log = new EmailLog();
|
||||
$log = new EmailLog;
|
||||
$log->fill([
|
||||
'uuid' => (string) Str::uuid(),
|
||||
'to_email' => 'first@example.com',
|
||||
|
||||
Reference in New Issue
Block a user