Skip to content

Commit

Permalink
Missed a use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Harris Borawski committed Aug 5, 2014
1 parent cbdbe48 commit 62ddedd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/php/org/bovigo/vfs/visitor/vfsStreamVisitor.php
Expand Up @@ -11,6 +11,8 @@
use org\bovigo\vfs\vfsStreamContent;
use org\bovigo\vfs\vfsStreamDirectory;
use org\bovigo\vfs\vfsStreamFile;
use org\bovigo\vfs\vfsStreamBlock;

/**
* Interface for a visitor to work on a vfsStream content structure.
*
Expand Down

0 comments on commit 62ddedd

Please sign in to comment.