mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-07 12:02:41 +00:00
Fixing postgres dbo source tests
This commit is contained in:
parent
ed06d00e4a
commit
e87dca62f1
2 changed files with 22 additions and 21 deletions
|
@ -17,6 +17,8 @@
|
|||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
App::uses('DboSource', 'Model/Datasource');
|
||||
|
||||
/**
|
||||
* PostgreSQL layer for DBO.
|
||||
*
|
||||
|
@ -24,7 +26,7 @@
|
|||
*
|
||||
* @package cake.libs.model.datasources.dbo
|
||||
*/
|
||||
class DboPostgres extends DboSource {
|
||||
class Postgres extends DboSource {
|
||||
|
||||
/**
|
||||
* Driver description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue