missed a class reference. oops

pull/84/head
are0h 3 years ago
parent 382c314af0
commit d98bccdd1f

@ -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…
Cancel
Save