Skip to content

Commit

Permalink
Remove entity manager inject in GCSCommandController
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlemke committed Feb 19, 2019
1 parent 5d79da7 commit e8b9fbc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Classes/Command/GcsCommandController.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ final class GcsCommandController extends CommandController
*/
protected $resourceManager;

/**
* @Flow\Inject(lazy=false)
* @var EntityManagerInterface
*/
protected $entityManager;

/**
* Checks the connection
*
Expand Down Expand Up @@ -140,7 +134,6 @@ public function republishCommand(string $collection = 'persistent'): void
* the same bucket.
*
* @param string $collection Name of the collection to publish
* @throws \Doctrine\DBAL\DBALException
*/
public function updateResourceMetadataCommand(string $collection = 'persistent'): void
{
Expand Down

0 comments on commit e8b9fbc

Please sign in to comment.