mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 00:02:15 +01:00
Fixed timezone in time entries importer (tests)
This commit is contained in:
@@ -15,6 +15,7 @@ class OrganizationController extends Controller
|
||||
* Get organization
|
||||
*
|
||||
* @operationId getOrganization
|
||||
*
|
||||
* @throws AuthorizationException
|
||||
*/
|
||||
public function show(Organization $organization): OrganizationResource
|
||||
@@ -28,6 +29,7 @@ class OrganizationController extends Controller
|
||||
* Update organization
|
||||
*
|
||||
* @operationId updateOrganization
|
||||
*
|
||||
* @throws AuthorizationException
|
||||
*/
|
||||
public function update(Organization $organization, OrganizationUpdateRequest $request): OrganizationResource
|
||||
|
||||
Reference in New Issue
Block a user