mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-04 10:32:40 +00:00
Removing unneeded line in ConnectionManager
This commit is contained in:
parent
005c690d94
commit
01f6744e35
1 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,6 @@
|
|||
*/
|
||||
|
||||
App::uses('DataSource', 'Model/Datasource');
|
||||
config('database');
|
||||
|
||||
/**
|
||||
* Manages loaded instances of DataSource objects
|
||||
|
@ -54,7 +53,7 @@ class ConnectionManager {
|
|||
protected static $_connectionsEnum = array();
|
||||
|
||||
/**
|
||||
* Indicates if the init code for this class has alredy been executed
|
||||
* Indicates if the init code for this class has already been executed
|
||||
*
|
||||
* @var boolean
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue