fix shared report endpoint test to check new structure that includes organization format properties, format

This commit is contained in:
Gregor Vostrak
2025-05-09 17:45:02 +02:00
committed by Constantin Graf
parent 77ff4d88be
commit ff9672e155
3 changed files with 13 additions and 3 deletions

View File

@@ -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 */