Completed
Push — master ( 4e34cd...643d5b )
by Manel
13:04
created
database/migrations/2017_05_23_155840_create_people_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 CreatePeopleTable extends Migration
8 8
 {
Please login to merge, or discard this patch.
src/Http/routes.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
 use Illuminate\Support\Facades\Auth;
4 4
 use Scool\EnrollmentMobile\Models\Enrollment;
5
-use Scool\Foundation\User;
6 5
 
7 6
 Route::group([
8 7
     'middleware' => 'web'], function () {
Please login to merge, or discard this patch.