Fix Pint formatting
This commit is contained in:
@@ -42,7 +42,7 @@ class NotificationCleanupServiceTest extends TestCase
|
||||
],
|
||||
]);
|
||||
|
||||
$service = new NotificationCleanupService();
|
||||
$service = new NotificationCleanupService;
|
||||
$deleted = $service->cleanupExpired();
|
||||
|
||||
$this->assertSame(1, $deleted);
|
||||
|
||||
Reference in New Issue
Block a user