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 abc9f74 commit c26cbdbCopy full SHA for c26cbdb
Resources/doc/index.rst
@@ -91,7 +91,7 @@ the ``status`` command:
91
>> Configuration Source: manually configured
92
>> Version Table Name: migration_versions
93
>> Version Column Name: version
94
- >> Migrations Namespace: App\Migrations
+ >> Migrations Namespace: DoctrineMigrations
95
>> Migrations Directory: /path/to/project/app/Migrations
96
>> Previous Version: Already at first version
97
>> Current Version: 0
@@ -122,7 +122,7 @@ like the following:
122
123
declare(strict_types=1);
124
125
- namespace App\Migrations;
+ namespace DoctrineMigrations;
126
127
use Doctrine\DBAL\Schema\Schema;
128
use Doctrine\Migrations\AbstractMigration;
0 commit comments