Completed
Pull Request — develop (#57)
by Tony
06:12
created
app/Http/Controllers/SettingsController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -17,8 +17,6 @@
 block discarded – undo
17 17
 
18 18
 namespace App\Http\Controllers;
19 19
 
20
-use App\Http\Requests;
21
-use App\Models\DbConfig;
22 20
 use Illuminate\Http\Request;
23 21
 use Settings;
24 22
 
Please login to merge, or discard this patch.
app/Settings/DatabaseRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 
27 27
 
28 28
 use App\Models\DbConfig;
29
-use App\Models\Notification;
30 29
 
31 30
 class DatabaseRepository
32 31
 {
Please login to merge, or discard this patch.
app/Settings/Settings.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
 namespace App\Settings;
26 26
 
27 27
 
28
-use App\Models\DbConfig;
29 28
 use Cache;
30 29
 use Config;
31 30
 use DB;
Please login to merge, or discard this patch.