From 8716d80efbb4ef93d6252a1b9e9df0ca0d908097 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 27 Aug 2018 11:09:56 +0200 Subject: [PATCH] Fix namespace bug --- System/File/Ftp/Directory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/File/Ftp/Directory.php b/System/File/Ftp/Directory.php index 5e2bc453e..da94fc44f 100644 --- a/System/File/Ftp/Directory.php +++ b/System/File/Ftp/Directory.php @@ -272,7 +272,7 @@ class Directory extends FileAbstract implements DirectoryInterface /** * {@inheritdoc} */ - public function \rewind() + public function rewind() { \reset($this->nodes); }