mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-12 10:12:17 +01:00
fix shared report endpoint test to check new structure that includes organization format properties, format
This commit is contained in:
committed by
Constantin Graf
parent
77ff4d88be
commit
ff9672e155
@@ -40,9 +40,9 @@ class OrganizationResource extends BaseResource
|
||||
*/
|
||||
public function toArray(Request $request): array
|
||||
{
|
||||
$currencyService = app(CurrencyService::class);
|
||||
$currencyService = app(CurrencyService::class);
|
||||
|
||||
return [
|
||||
return [
|
||||
/** @var string $id ID */
|
||||
'id' => $this->resource->id,
|
||||
/** @var string $name Name */
|
||||
|
||||
Reference in New Issue
Block a user