fix gitlab tests
This commit is contained in:
@@ -24,7 +24,7 @@ class RoleDashboardServiceTest extends TestCase
|
||||
'updated_at' => now(),
|
||||
]);
|
||||
|
||||
$service = new RoleDashboardService;
|
||||
$service = new RoleDashboardService();
|
||||
$route = $service->bestDashboardRouteFor(['admin']);
|
||||
|
||||
$this->assertSame('administrator/administratordashboard', $route);
|
||||
|
||||
Reference in New Issue
Block a user