File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
use Doctrine \Common \DataFixtures \Executor \ORMExecutor ;
10
10
use Doctrine \Common \DataFixtures \Purger \ORMPurger ;
11
11
use Doctrine \DBAL \Platforms \PostgreSQLPlatform ;
12
- use Doctrine \DBAL \Platforms \SqlitePlatform ;
12
+ use Doctrine \DBAL \Platforms \SQLitePlatform ;
13
13
use Doctrine \Migrations \Metadata \Storage \TableMetadataStorageConfiguration ;
14
14
use Doctrine \ORM \EntityManagerInterface ;
15
15
use Psr \Log \LoggerInterface ;
@@ -43,7 +43,7 @@ public function createDatabaseManager(
43
43
$ databasePlatform = $ entityManager ->getConnection ()->getDatabasePlatform ();
44
44
$ connection = $ entityManager ->getConnection ();
45
45
46
- if ($ databasePlatform instanceof SqlitePlatform ) {
46
+ if ($ databasePlatform instanceof SQLitePlatform ) {
47
47
$ consoleManager = new SqliteConsoleManager ();
48
48
return new SqliteDatabaseManager (
49
49
$ consoleManager ,
You can’t perform that action at this time.
0 commit comments