mirror of
https://github.com/friendica/friendica
synced 2025-05-21 14:24:13 +02:00
Rename Friendica\Database\dba to Friendica\Database\DBA
This commit is contained in:
parent
b6a1df0598
commit
af6dbc654f
127 changed files with 1169 additions and 1169 deletions
|
@ -17,7 +17,7 @@ use PDOStatement;
|
|||
*
|
||||
* This class is for the low level database stuff that does driver specific things.
|
||||
*/
|
||||
class dba
|
||||
class DBA
|
||||
{
|
||||
public static $connected = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue