forked from projects/fipamo
missed a class reference. oops
This commit is contained in:
parent
382c314af0
commit
d98bccdd1f
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class DocTools
|
||||||
$path,
|
$path,
|
||||||
\RecursiveDirectoryIterator::SKIP_DOTS
|
\RecursiveDirectoryIterator::SKIP_DOTS
|
||||||
); //upper dirs are not included,otherwise DISASTER HAPPENS :)
|
); //upper dirs are not included,otherwise DISASTER HAPPENS :)
|
||||||
$files = new RecursiveIteratorIterator(
|
$files = new \RecursiveIteratorIterator(
|
||||||
$dir,
|
$dir,
|
||||||
\RecursiveIteratorIterator::CHILD_FIRST
|
\RecursiveIteratorIterator::CHILD_FIRST
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue