mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 19:22:14 +01:00
Enhanced description for Clockify imports
This commit is contained in:
@@ -25,7 +25,7 @@ class BillableRateServiceTest extends TestCaseWithDatabase
|
||||
|
||||
private BillableRateService $billableRateService;
|
||||
|
||||
public function setUp(): void
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
$this->billableRateService = app(BillableRateService::class);
|
||||
|
||||
@@ -27,7 +27,7 @@ class DashboardServiceTest extends TestCase
|
||||
|
||||
protected DashboardService $dashboardService;
|
||||
|
||||
public function setUp(): void
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
$this->dashboardService = app(DashboardService::class);
|
||||
|
||||
Reference in New Issue
Block a user