mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-05-25 17:03:29 +00:00
Changed the import files and Mssql class name to the new structure.
This commit is contained in:
parent
66b29e33e8
commit
30fd9fff14
2 changed files with 11 additions and 11 deletions
lib/Cake/Model/Datasource/Database
|
@ -17,6 +17,8 @@
|
|||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
App::uses('DboSource', 'Model/Datasource');
|
||||
|
||||
/**
|
||||
* MS SQL layer for DBO
|
||||
*
|
||||
|
@ -24,7 +26,7 @@
|
|||
*
|
||||
* @package cake.libs.model.datasources.dbo
|
||||
*/
|
||||
class DboMssql extends DboSource {
|
||||
class Mssql extends DboSource {
|
||||
|
||||
/**
|
||||
* Driver description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue