Completed
Push — master ( 3b5548...02b77f )
by Rudy
03:09
created
src/database/CreateFavsTable.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Illuminate\Database\Schema\Blueprint;
4 3
 use Illuminate\Database\Migrations\Migration;
4
+use Illuminate\Database\Schema\Blueprint;
5 5
 
6 6
 class CreateFavsTable extends Migration
7 7
 {
Please login to merge, or discard this patch.
src/SocialMapFavoritesServiceProvider.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace CTL\SocialMapFavorites;
3 3
 
4
-use App\userData;
5
-use Illuminate\Contracts\Http\Kernel;
6 4
 use Illuminate\Support\ServiceProvider;
7 5
 
8 6
 class SocialMapFavoritesServiceProvider extends ServiceProvider {
Please login to merge, or discard this patch.