mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 04:32:15 +01:00
Moved import test files; Added timezone argument to importers
This commit is contained in:
committed by
Constantin Graf
parent
7af77c9357
commit
b5a240cb2f
@@ -10,7 +10,7 @@ interface ImporterContract
|
||||
{
|
||||
public function init(Organization $organization): void;
|
||||
|
||||
public function importData(string $data): void;
|
||||
public function importData(string $data, string $timezone): void;
|
||||
|
||||
public function getReport(): ReportDto;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user