Fix Laravel Pint formatting
This commit is contained in:
@@ -12,7 +12,7 @@ class NotificationDispatchServiceTest extends TestCase
|
||||
{
|
||||
Log::spy();
|
||||
|
||||
$service = new NotificationDispatchService();
|
||||
$service = new NotificationDispatchService;
|
||||
$service->sendEmail('parent@example.com', 'Subject', 'Message');
|
||||
$service->sendSms('5551112222', 'Message');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user