Fix Laravel Pint formatting
This commit is contained in:
@@ -46,7 +46,7 @@ class NotificationRecipientServiceTest extends TestCase
|
||||
'role_id' => 1,
|
||||
]);
|
||||
|
||||
$service = new NotificationRecipientService();
|
||||
$service = new NotificationRecipientService;
|
||||
$rows = $service->getRecipients('parent');
|
||||
|
||||
$this->assertCount(1, $rows);
|
||||
|
||||
Reference in New Issue
Block a user