diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-03-19 15:49:38 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-19 15:49:38 -0600 |
commit | c02527e41462133444881817b741f91ebf563b3b (patch) | |
tree | c2eb4fe230d799d0282719186383ebcbba62891a /lib/private/Setup/MySQL.php | |
parent | ef789f8480a152e1a31b8598f9e2f3b8e08b9088 (diff) | |
parent | d99ce3971b64e89b179ebe32885ac280d49b904f (diff) | |
download | nextcloud-server-c02527e41462133444881817b741f91ebf563b3b.tar.gz nextcloud-server-c02527e41462133444881817b741f91ebf563b3b.zip |
Merge pull request #3927 from nextcloud/minor-fixes
Namespace and array syntax fixes
Diffstat (limited to 'lib/private/Setup/MySQL.php')
-rw-r--r-- | lib/private/Setup/MySQL.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Setup/MySQL.php b/lib/private/Setup/MySQL.php index bafb3866b76..f4ba0e7326a 100644 --- a/lib/private/Setup/MySQL.php +++ b/lib/private/Setup/MySQL.php @@ -27,7 +27,6 @@ */ namespace OC\Setup; -use OC\DB\ConnectionFactory; use OCP\IDBConnection; class MySQL extends AbstractDatabase { |