mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-22 04:31:13 +01:00
Fix typo in AphrontMySQLDatabaseConnection
This commit is contained in:
parent
f698e860cf
commit
64facecb87
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
final class AphrontMySQLDatabaseConnection extends AphrontDatabaseConnection {
|
||||
|
||||
private $config;
|
||||
private $configuration;
|
||||
private $connection;
|
||||
|
||||
private $nextError;
|
||||
|
|
Loading…
Reference in a new issue