Skip to content

Commit

Permalink
Declared dynamic property to fix PHP8.2 error
Browse files Browse the repository at this point in the history
  • Loading branch information
experius-nl authored May 9, 2023
1 parent 389bd71 commit 6f04116
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Console/Command/Import.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ class Import extends Command

protected $input;
protected $output;

protected $pageNotFoundFactory;

public function __construct(
\Magento\Framework\File\Csv $csv,
Expand Down Expand Up @@ -191,4 +193,4 @@ private function renderConversion($data)
$table->setRows($data);
$table->render($data);
}
}
}

0 comments on commit 6f04116

Please sign in to comment.