Completed
Push — master ( 02511f...d3bd4c )
by recca
09:55
created
src/Repositories/DatabaseRepository.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Recca0120\Config\Repositories;
4 4
 
5
+use Illuminate\Contracts\Config\Repository;
6
+use Illuminate\Filesystem\Filesystem;
5 7
 use Illuminate\Support\Arr;
6 8
 use Recca0120\Config\Config;
7
-use Illuminate\Filesystem\Filesystem;
8
-use Illuminate\Contracts\Config\Repository;
9 9
 
10 10
 class DatabaseRepository extends AbstractRepository
11 11
 {
Please login to merge, or discard this patch.
database/migrations/2015_11_15_182527_create_configs_table.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Illuminate\Support\Facades\Schema;
4
-use Illuminate\Database\Schema\Blueprint;
5 3
 use Illuminate\Database\Migrations\Migration;
4
+use Illuminate\Database\Schema\Blueprint;
5
+use Illuminate\Support\Facades\Schema;
6 6
 
7 7
 class CreateConfigsTable extends Migration
8 8
 {
Please login to merge, or discard this patch.