Skip to content

Commit

Permalink
[CS] Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
CoreShop authored Dec 9, 2024
1 parent 4036cb2 commit 55eeda1
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@
class ResourceFieldGetter extends AbstractOperator
{
private string $attribute;

private string $forwardAttribute;

public function __construct(\stdClass $config, array $context = [])
{
public function __construct(
\stdClass $config,
array $context = [],
) {
parent::__construct($config, $context);

$this->attribute = $config->attribute ?? '';
Expand Down

0 comments on commit 55eeda1

Please sign in to comment.