File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?php namespace Illuminate \Database ;
22
33use Illuminate \Database \Schema \MySqlBuilder ;
4- use Doctrine \DBAL \Driver \PDOMySql \Driver as DoctrineDriver ;
4+ use Doctrine \DBAL \Driver \PDO \ MySQL \Driver as DoctrineDriver ;
55use Illuminate \Database \Query \Grammars \MySqlGrammar as QueryGrammar ;
66use Illuminate \Database \Schema \Grammars \MySqlGrammar as SchemaGrammar ;
77
@@ -52,7 +52,7 @@ protected function getDefaultPostProcessor()
5252 /**
5353 * Get the Doctrine DBAL driver.
5454 *
55- * @return \Doctrine\DBAL\Driver\PDOMySql \Driver
55+ * @return \Doctrine\DBAL\Driver\PDO\MySQL \Driver
5656 */
5757 protected function getDoctrineDriver ()
5858 {
Original file line number Diff line number Diff line change 11<?php namespace Illuminate \Database ;
22
3- use Doctrine \DBAL \Driver \PDOPgSql \Driver as DoctrineDriver ;
3+ use Doctrine \DBAL \Driver \PDO \ PgSQL \Driver as DoctrineDriver ;
44use Illuminate \Database \Query \Processors \PostgresProcessor ;
55use Illuminate \Database \Query \Grammars \PostgresGrammar as QueryGrammar ;
66use Illuminate \Database \Schema \Grammars \PostgresGrammar as SchemaGrammar ;
@@ -40,7 +40,7 @@ protected function getDefaultPostProcessor()
4040 /**
4141 * Get the Doctrine DBAL driver.
4242 *
43- * @return \Doctrine\DBAL\Driver\PDOPgSql \Driver
43+ * @return \Doctrine\DBAL\Driver\PDO\PgSQL \Driver
4444 */
4545 protected function getDoctrineDriver ()
4646 {
Original file line number Diff line number Diff line change 11<?php namespace Illuminate \Database ;
22
3- use Doctrine \DBAL \Driver \PDOSqlite \Driver as DoctrineDriver ;
3+ use Doctrine \DBAL \Driver \PDO \ SQLite \Driver as DoctrineDriver ;
44use Illuminate \Database \Query \Grammars \SQLiteGrammar as QueryGrammar ;
55use Illuminate \Database \Schema \Grammars \SQLiteGrammar as SchemaGrammar ;
66
@@ -39,7 +39,7 @@ protected function getDefaultPostProcessor()
3939 /**
4040 * Get the Doctrine DBAL driver.
4141 *
42- * @return \Doctrine\DBAL\Driver\PDOSqlite \Driver
42+ * @return \Doctrine\DBAL\Driver\PDO\SQLite \Driver
4343 */
4444 protected function getDoctrineDriver ()
4545 {
Original file line number Diff line number Diff line change 11<?php namespace Illuminate \Database ;
22
33use Closure ;
4- use Doctrine \DBAL \Driver \PDOSqlsrv \Driver as DoctrineDriver ;
4+ use Doctrine \DBAL \Driver \PDO \ SQLSrv \Driver as DoctrineDriver ;
55use Illuminate \Database \Query \Processors \SqlServerProcessor ;
66use Illuminate \Database \Query \Grammars \SqlServerGrammar as QueryGrammar ;
77use Illuminate \Database \Schema \Grammars \SqlServerGrammar as SchemaGrammar ;
@@ -87,7 +87,7 @@ protected function getDefaultPostProcessor()
8787 /**
8888 * Get the Doctrine DBAL Driver.
8989 *
90- * @return \Doctrine\DBAL\Driver\PDOSqlsrv \Driver
90+ * @return \Doctrine\DBAL\Driver\PDO\SQLSrv \Driver
9191 */
9292 protected function getDoctrineDriver ()
9393 {
You can’t perform that action at this time.
0 commit comments