Skip to content

Commit

Permalink
Merge pull request #5 from Peksi90/Php-82-compability-update
Browse files Browse the repository at this point in the history
Php 8.2 compatibility
  • Loading branch information
olmer authored Oct 14, 2023
2 parents 3bbfe78 + 7825b6d commit a3c8cc2
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 a3c8cc2

Please sign in to comment.