Completed
Push — master ( 06b4a8...88e670 )
by Manel
05:44
created
database/migrations/2017_04_27_162129_create_activities_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
 /**
8 8
  * Class CreateActivitiesTable
Please login to merge, or discard this patch.
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\Activity;
11 9
 
Please login to merge, or discard this patch.
src/Traits/RecordsActivity.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     /**
28 28
      * Fetch all model events that require activity recording.
29 29
      *
30
-     * @return array
30
+     * @return string[]
31 31
      */
32 32
     protected static function getActivitiesToRecord()
33 33
     {
Please login to merge, or discard this patch.