Completed
Push — master ( 946e33...7c6d04 )
by ARCANEDEV
07:44
created
src/Models/PermissionsGroup.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -260,7 +260,7 @@
 block discarded – undo
260 260
     /**
261 261
      * Check if role has the given permission (Permission Model or Id).
262 262
      *
263
-     * @param  \Arcanesoft\Contracts\Auth\Models\Permission|int  $id
263
+     * @param  PermissionContract  $id
264 264
      *
265 265
      * @return bool
266 266
      */
Please login to merge, or discard this patch.
src/Models/Role.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 use Arcanedev\LaravelAuth\Traits\Activatable;
5 5
 use Arcanedev\LaravelAuth\Traits\AuthRoleRelationships;
6 6
 use Arcanedev\LaravelAuth\Traits\Slugable;
7
-use Arcanesoft\Contracts\Auth\Models\Role as RoleContract;
8 7
 use Arcanesoft\Contracts\Auth\Models\Permission as PermissionContract;
8
+use Arcanesoft\Contracts\Auth\Models\Role as RoleContract;
9 9
 use Illuminate\Database\Eloquent\Model as Eloquent;
10 10
 
11 11
 /**
Please login to merge, or discard this patch.
src/Traits/AuthRoleTrait.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 namespace Arcanedev\LaravelAuth\Traits;
2 2
 
3
-use Illuminate\Database\Eloquent\Model as Eloquent;
4 3
 use Arcanesoft\Contracts\Auth\Models\Role as RoleContract;
4
+use Illuminate\Database\Eloquent\Model as Eloquent;
5 5
 
6 6
 /**
7 7
  * Trait     AuthRoleTrait
Please login to merge, or discard this patch.