diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-04-25 12:26:03 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-04-26 12:10:52 +0200 |
commit | 69592408c4ef2b891c2d73f704611d2eabe5813a (patch) | |
tree | 6e818dc25a643e167925353ee1a2fa58a3c95700 /lib/private/Log.php | |
parent | cfc3ab0119d23a4c8ccccefb13d2271b0c0675ae (diff) | |
download | nextcloud-server-69592408c4ef2b891c2d73f704611d2eabe5813a.tar.gz nextcloud-server-69592408c4ef2b891c2d73f704611d2eabe5813a.zip |
move IFileBased to public namespace, logreader needs it
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'lib/private/Log.php')
-rw-r--r-- | lib/private/Log.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Log.php b/lib/private/Log.php index 313201460a2..099cc56776b 100644 --- a/lib/private/Log.php +++ b/lib/private/Log.php @@ -38,7 +38,7 @@ namespace OC; use InterfaSys\LogNormalizer\Normalizer; use OC\Log\ExceptionSerializer; -use OC\Log\IFileBased; +use OCP\Log\IFileBased; use OCP\IConfig; use OCP\Log\IWriter; use OCP\ILogger; |