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.
2 parents abc9f74 + c26cbdb commit 5b33d0dCopy full SHA for 5b33d0d
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