Skip to content

Commit

Permalink
Added private variable model to Generate command so that the module i…
Browse files Browse the repository at this point in the history
…s compatible with php 8.2 version
  • Loading branch information
Peksi90 committed Sep 29, 2023
1 parent 3bbfe78 commit 7825b6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Console/Command/Generate.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ class Generate extends Command
* @var ObjectManagerFactory
*/
private $objectManagerFactory;
/**
* @var mixed
*/
private $model;

/**
* AbstractCommand constructor.
Expand Down

0 comments on commit 7825b6d

Please sign in to comment.