Skip to content

Commit 5b33d0d

Browse files
authored
Merge pull request #276 from deguif/update-doc-migration-namespace
[DOC] Update migrations namespace
2 parents abc9f74 + c26cbdb commit 5b33d0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ the ``status`` command:
9191
>> Configuration Source: manually configured
9292
>> Version Table Name: migration_versions
9393
>> Version Column Name: version
94-
>> Migrations Namespace: App\Migrations
94+
>> Migrations Namespace: DoctrineMigrations
9595
>> Migrations Directory: /path/to/project/app/Migrations
9696
>> Previous Version: Already at first version
9797
>> Current Version: 0
@@ -122,7 +122,7 @@ like the following:
122122
123123
declare(strict_types=1);
124124
125-
namespace App\Migrations;
125+
namespace DoctrineMigrations;
126126
127127
use Doctrine\DBAL\Schema\Schema;
128128
use Doctrine\Migrations\AbstractMigration;

0 commit comments

Comments
 (0)