mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Moved deprecated method to traits file.
This commit is contained in:
@@ -180,4 +180,13 @@
|
||||
return $this->markTime($sMarker);
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated 2.1.9 Used only to provide $mySQLaccess to other instances of e_db_mysql scattered around
|
||||
* @return PDO
|
||||
*/
|
||||
public function get_mySQLaccess()
|
||||
{
|
||||
return $this->mySQLaccess;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user