Skip to content

Commit b44903c

Browse files
committed
Remove unused imports
1 parent 1aad9d7 commit b44903c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Generator.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php namespace MartinLindhe\VueInternationalizationGenerator;
22

3-
use DirectoryIterator;
4-
use Exception;
53
use App;
6-
use Traversable;
4+
use Exception;
75

86
class Generator
97
{

0 commit comments

Comments
 (0)