Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
robertSt7 authored and github-actions[bot] committed Nov 10, 2023
1 parent 5a5a56f commit c888d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GraphQL/Resolver/AssetType.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function resolveMetadata($value = null, $args = [], $context = [], Resolv
//"object_154,asset_489"
$event = new AssetEvent($asset, [
'metadata' => $metadata,
'context' =>$context
'context' => $context
]);
/** @var EventDispatcher $eventDispatcher */
$eventDispatcher = \Pimcore::getContainer()->get('event_dispatcher');
Expand Down

0 comments on commit c888d1c

Please sign in to comment.