mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-07 21:18:39 +00:00
Fix namespace bug
This commit is contained in:
parent
cf161359c2
commit
8716d80efb
|
|
@ -272,7 +272,7 @@ class Directory extends FileAbstract implements DirectoryInterface
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public function \rewind()
|
public function rewind()
|
||||||
{
|
{
|
||||||
\reset($this->nodes);
|
\reset($this->nodes);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user