mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-16 03:58: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}
|
||||
*/
|
||||
public function \rewind()
|
||||
public function rewind()
|
||||
{
|
||||
\reset($this->nodes);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user