File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Component/Security/Acl/Resources/bin Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
'Symfony ' => __DIR__ .'/../../../../../.. ' ,
21
21
'Doctrine \\Common ' => __DIR__ .'/../../../../../../../vendor/doctrine-common/lib ' ,
22
22
'Doctrine \\DBAL \\Migrations ' => __DIR__ .'/../../../../../../../vendor/doctrine-migrations/lib ' ,
23
- 'Doctrine \\DBAL ' => __DIR__ .'/../../../../../../../vendor/doctrine- dbal/lib ' ,
23
+ 'Doctrine \\DBAL ' => __DIR__ .'/../../../../../../../vendor/doctrine/ dbal/lib ' ,
24
24
'Doctrine ' => __DIR__ .'/../../../../../../../vendor/doctrine/lib ' ,
25
25
));
26
26
$ loader ->register ();
46
46
}
47
47
48
48
$ platform = $ reflection ->newInstance ();
49
- $ targetFile = sprintf (__DIR__ .'/../schema/%s.sql ' , $ platform ->name );
49
+ $ targetFile = sprintf (__DIR__ .'/../schema/%s.sql ' , $ platform ->getName () );
50
50
file_put_contents ($ targetFile , implode ("\n\n" , $ schema ->toSql ($ platform )));
51
51
}
You can’t perform that action at this time.
0 commit comments