mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-13 02:32:15 +01:00
Added export endpoint and solidtime import; Enhanced toggl import
This commit is contained in:
committed by
Constantin Graf
parent
056a63e193
commit
ee77de04ef
12
app/Service/Export/ExportException.php
Normal file
12
app/Service/Export/ExportException.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Service\Export;
|
||||
|
||||
use App\Exceptions\Api\ApiException;
|
||||
|
||||
class ExportException extends ApiException
|
||||
{
|
||||
public const string KEY = 'export';
|
||||
}
|
||||
Reference in New Issue
Block a user