Skip to content

Commit

Permalink
Deprecated dynamic property with php 8.3 [refs #5 github]
Browse files Browse the repository at this point in the history
  • Loading branch information
dmirulescu-RW committed Dec 23, 2024
1 parent 70e324d commit 4a4414b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Model/Config/Source/CommissioningCategory.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ class CommissioningCategory extends AbstractSource

protected $categoryFactory;

protected $storeManager;

public function __construct(CategoryFactory $categoryFactory, StoreManagerInterface $storeManager)
{
$this->categoryFactory = $categoryFactory;
Expand Down

0 comments on commit 4a4414b

Please # to comment.