Browse Source

Fix mis-cased import of Icewind\Streams\CallbackWrapper

Signed-off-by: Alexander Brandscheidt <a-bran@railduction.eu>
pull/42352/head
Alexander Brandscheidt 5 months ago
parent
commit
11b88fcbf4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/private/Streamer.php

+ 1
- 1
lib/private/Streamer.php View File

@@ -28,7 +28,7 @@
*/
namespace OC;

use Icewind\Streams\CallBackWrapper;
use Icewind\Streams\CallbackWrapper;
use OC\Files\Filesystem;
use OCP\Files\File;
use OCP\Files\Folder;

Loading…
Cancel
Save