Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix container aware interface location #701

Merged
merged 2 commits into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Resources/phpcr-migrations/Version201702211450.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@
* with this source code in the file LICENSE.
*/

namespace Sulu\Bundle\ArticleBundle;
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added namespace to avoid conflict


use Jackalope\Node;
use Jackalope\Query\Row;
use PHPCR\Migrations\VersionInterface;
use PHPCR\SessionInterface;
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
use Sulu\Component\Localization\Localization;
use Symfony\Component\DependencyInjection\ContainerInterface;

Expand Down
3 changes: 2 additions & 1 deletion Resources/phpcr-migrations/Version201712041018.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@
* with this source code in the file LICENSE.
*/

namespace Sulu\Bundle\ArticleBundle;
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;

use Jackalope\Node;
use Jackalope\Query\Row;
use PHPCR\Migrations\VersionInterface;
use PHPCR\NodeInterface;
use PHPCR\SessionInterface;
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
use Sulu\Component\Localization\Localization;
use Symfony\Component\DependencyInjection\ContainerInterface;

Expand Down
3 changes: 2 additions & 1 deletion Resources/phpcr-migrations/Version201811091000.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@
* with this source code in the file LICENSE.
*/

namespace Sulu\Bundle\ArticleBundle;
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;

use Jackalope\Node;
use Jackalope\Query\Row;
use PHPCR\Migrations\VersionInterface;
use PHPCR\NodeInterface;
use PHPCR\SessionInterface;
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
use Sulu\Component\Localization\Localization;
use Symfony\Component\DependencyInjection\ContainerInterface;

Expand Down
3 changes: 2 additions & 1 deletion Resources/phpcr-migrations/Version201905071542.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
* with this source code in the file LICENSE.
*/

namespace Sulu\Bundle\ArticleBundle;
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;

use PHPCR\Migrations\VersionInterface;
use PHPCR\SessionInterface;
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;

class Version201905071542 implements VersionInterface, ContainerAwareInterface
Expand Down
3 changes: 2 additions & 1 deletion Resources/phpcr-migrations/Version202005151141.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
* with this source code in the file LICENSE.
*/

namespace Sulu\Bundle\ArticleBundle;
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;

use PHPCR\Migrations\VersionInterface;
use PHPCR\SessionInterface;
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;

class Version202005151141 implements VersionInterface, ContainerAwareInterface
Expand Down
3 changes: 2 additions & 1 deletion Resources/phpcr-migrations/Version202005191117.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
* with this source code in the file LICENSE.
*/

namespace Sulu\Bundle\ArticleBundle;
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;

use PHPCR\Migrations\VersionInterface;
use PHPCR\SessionInterface;
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;

class Version202005191117 implements VersionInterface, ContainerAwareInterface
Expand Down
3 changes: 2 additions & 1 deletion Resources/phpcr-migrations/Version202005250920.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
* with this source code in the file LICENSE.
*/

namespace Sulu\Bundle\ArticleBundle;
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;

use PHPCR\Migrations\VersionInterface;
use PHPCR\SessionInterface;
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;

class Version202005250920 implements VersionInterface, ContainerAwareInterface
Expand Down
3 changes: 2 additions & 1 deletion Resources/phpcr-migrations/Version202210140922.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
* with this source code in the file LICENSE.
*/

namespace Sulu\Bundle\ArticleBundle;
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;

use PHPCR\Migrations\VersionInterface;
use PHPCR\SessionInterface;
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;

/**
Expand Down
3 changes: 2 additions & 1 deletion Resources/phpcr-migrations/Version202210241106.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
* with this source code in the file LICENSE.
*/

namespace Sulu\Bundle\ArticleBundle;
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;

use Jackalope\Query\Row;
use PHPCR\Migrations\VersionInterface;
use PHPCR\SessionInterface;
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
use Sulu\Component\Localization\Localization;
use Symfony\Component\DependencyInjection\ContainerInterface;

Expand Down
3 changes: 2 additions & 1 deletion Resources/phpcr-migrations/Version202407111600.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
* with this source code in the file LICENSE.
*/

namespace Sulu\Bundle\ArticleBundle;
namespace Sulu\Bundle\ArticleBundle\PHPCR\Migrations;

use Jackalope\Query\Row;
use PHPCR\Migrations\VersionInterface;
use PHPCR\SessionInterface;
use Sulu\Bundle\ArticleBundle\ContainerAwareInterface;
use Sulu\Bundle\ArticleBundle\Document\Subscriber\RoutableSubscriber;
use Sulu\Component\Content\Metadata\Factory\StructureMetadataFactoryInterface;
use Sulu\Component\DocumentManager\PropertyEncoder;
Expand Down
Loading