Added importer details endpoint

This commit is contained in:
Constantin Graf
2024-04-16 16:52:13 +02:00
committed by Gregor Vostrak
parent fe61a54c35
commit 1f79d5e50a
15 changed files with 180 additions and 9 deletions

View File

@@ -84,4 +84,16 @@ class ClockifyProjectsImporter extends DefaultImporter
}
}
}
#[\Override]
public function getName(): string
{
return __('importer.clockify_projects.name');
}
#[\Override]
public function getDescription(): string
{
return __('importer.clockify_projects.description');
}
}