Fix Pint formatting
This commit is contained in:
@@ -31,7 +31,7 @@ class MessageQueryServiceTest extends TestCase
|
||||
'school_year' => '2025-2026',
|
||||
]);
|
||||
|
||||
$service = new MessageQueryService();
|
||||
$service = new MessageQueryService;
|
||||
$paginator = $service->inbox($recipient->id, [], 1, 20);
|
||||
|
||||
$this->assertSame(1, $paginator->total());
|
||||
|
||||
Reference in New Issue
Block a user