We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20f871 commit 9daecf6Copy full SHA for 9daecf6
src/Sylius/Bundle/AdminApiBundle/Migrations/Version20210311142134.php renamed to src/Sylius/Bundle/CoreBundle/Migrations/Version20210311142134.php
@@ -1,8 +1,17 @@
1
<?php
2
3
+/*
4
+ * This file is part of the Sylius package.
5
+ *
6
+ * (c) Paweł Jędrzejewski
7
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
+
12
declare(strict_types=1);
13
-namespace Sylius\Bundle\AdminApiBundle\Migrations;
14
+namespace Sylius\Bundle\CoreBundle\Migrations;
15
16
use Doctrine\DBAL\Schema\Schema;
17
use Doctrine\Migrations\AbstractMigration;
0 commit comments