Completed
Pull Request — master (#483)
by Nauris
03:12
created
src/Laravel/Repository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Nwidart\Modules\Laravel;
4 4
 
5
-use Nwidart\Modules\Json;
6 5
 use Nwidart\Modules\Repository as BaseRepository;
7 6
 
8 7
 class Repository extends BaseRepository
Please login to merge, or discard this patch.
src/Lumen/Repository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Nwidart\Modules\Lumen;
4 4
 
5
-use Nwidart\Modules\Json;
6 5
 use Nwidart\Modules\Repository as BaseRepository;
7 6
 
8 7
 class Repository extends BaseRepository
Please login to merge, or discard this patch.