Skip to content
This repository has been archived by the owner on May 11, 2018. It is now read-only.

Commit

Permalink
Remove unused property $currentMigrationUser
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Dec 13, 2015
1 parent 2233443 commit 2f3e76e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Migrations/EzPublishMigration.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ abstract class EzPublishMigration extends AbstractMigration implements Container
*/
private $defaultMigrationUser;

/**
* The username of the current migration user.
*
* @var string
*/
private $currentMigrationUser;

/**
* @var \eZ\Publish\API\Repository\Repository
*/
Expand All @@ -49,7 +42,6 @@ protected function pre()
$this->repository = $this->container->get('ezpublish.api.repository');

$this->defaultMigrationUser = $this->container->getParameter('ezpublish_migrations.ez_migrations_user');
$this->currentMigrationUser = $this->defaultMigrationUser;

$this->setDefaultMigrationUser();
}
Expand Down

0 comments on commit 2f3e76e

Please sign in to comment.