public function __construct(EntityManager $em)
 {
     $this->originalEntityName = ProjectHistory::getRepoName();
     parent::__construct($em);
 }
Exemple #2
0
 public function __construct(EntityManager $em)
 {
     $this->originalEntityName = Skills::getRepoName();
     parent::__construct($em);
 }