Skip to content

Commit

Permalink
Migrate missing PHPCR migration to new ContainerAwareInterface (#7418)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed May 10, 2024
1 parent 6f08777 commit 93f7f5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@

use PHPCR\Migrations\VersionInterface;
use PHPCR\NodeInterface;
use PHPCR\PhpcrMigrationsBundle\ContainerAwareInterface;
use PHPCR\SessionInterface;
use Sulu\Component\Content\Document\Subscriber\ShadowCopyPropertiesSubscriber;
use Sulu\Component\Webspace\Webspace;
use Symfony\Component\DependencyInjection\ContainerAwareInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;

class Version202404051600 implements VersionInterface, ContainerAwareInterface
Expand Down

0 comments on commit 93f7f5b

Please sign in to comment.