Completed
Push — master ( 12d899...a33b7a )
by Avtandil
04:40
created
src/MultiLang/Config.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -12,9 +12,6 @@
 block discarded – undo
12 12
 
13 13
 use Illuminate\Cache\CacheManager as Cache;
14 14
 use Illuminate\Database\DatabaseManager as Database;
15
-use Illuminate\Http\Request;
16
-use Illuminate\Support\Collection;
17
-use InvalidArgumentException;
18 15
 use Longman\LaravelMultiLang\Config;
19 16
 
20 17
 class Repository
Please login to merge, or discard this patch.
src/MultiLang/MultiLang.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Illuminate\Cache\CacheManager as Cache;
15 15
 use Illuminate\Database\DatabaseManager as Database;
16 16
 use Illuminate\Http\Request;
17
-use Illuminate\Routing\Router;
18 17
 use InvalidArgumentException;
19 18
 use Longman\LaravelMultiLang\Config;
20 19
 use Longman\LaravelMultiLang\Repository;
Please login to merge, or discard this patch.