diff options
author | Joas Schilling <coding@schilljs.com> | 2021-04-22 15:54:28 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2021-04-27 14:34:32 +0200 |
commit | 29a66a5e49ef79e39b27a2ad38e8755fa9aa1b76 (patch) | |
tree | 126e54255a71e98d12212785161cd3e841a0cbf5 /lib | |
parent | 167efa19d706b1e430343554cdecd513cbb6610e (diff) | |
download | nextcloud-server-29a66a5e49ef79e39b27a2ad38e8755fa9aa1b76.tar.gz nextcloud-server-29a66a5e49ef79e39b27a2ad38e8755fa9aa1b76.zip |
Fix PHP CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-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 7b90e1f715c..c5c921cecd8 100644 --- a/lib/private/Setup/MySQL.php +++ b/lib/private/Setup/MySQL.php @@ -34,7 +34,6 @@ namespace OC\Setup; use OC\DB\ConnectionAdapter; use OC\DB\MySqlTools; use OCP\IDBConnection; -use OCP\ILogger; use Doctrine\DBAL\Platforms\MySQL80Platform; use OCP\Security\ISecureRandom; |