Fix Pint formatting
This commit is contained in:
@@ -38,7 +38,7 @@ class NavbarServiceTest extends TestCase
|
||||
['role_id' => $roleId, 'nav_item_id' => $childId],
|
||||
]);
|
||||
|
||||
$service = new NavbarService();
|
||||
$service = new NavbarService;
|
||||
$menu = $service->getMenuForRoles(['admin']);
|
||||
|
||||
$this->assertCount(1, $menu);
|
||||
|
||||
Reference in New Issue
Block a user