Completed
Push — master ( 4e34cd...643d5b )
by Manel
13:04
created
src/Http/Controllers/DashboardController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
 
5 5
 //use App\Activity;
6 6
 //use App\Task;
7
-use Illuminate\Database\Eloquent\Model;
8
-use Illuminate\Http\Request;
9 7
 use Illuminate\Support\Facades\Cache;
10 8
 use Scool\EnrollmentMobile\Models\Activity;
11 9
 
Please login to merge, or discard this patch.
src/Events/EnrollmentCreated.php 1 patch
Unused Use Statements   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -3,12 +3,10 @@
 block discarded – undo
3 3
 namespace Scool\EnrollmentMobile\Events;
4 4
 
5 5
 use Illuminate\Broadcasting\Channel;
6
-use Illuminate\Queue\SerializesModels;
7
-use Illuminate\Broadcasting\PrivateChannel;
8
-use Illuminate\Broadcasting\PresenceChannel;
9
-use Illuminate\Foundation\Events\Dispatchable;
10 6
 use Illuminate\Broadcasting\InteractsWithSockets;
11 7
 use Illuminate\Contracts\Broadcasting\ShouldBroadcast;
8
+use Illuminate\Foundation\Events\Dispatchable;
9
+use Illuminate\Queue\SerializesModels;
12 10
 
13 11
 /**
14 12
  * Class EnrollmentCreated
Please login to merge, or discard this patch.
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.