Completed
Pull Request — master (#23)
by ARCANEDEV
07:14
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/Pivots/AbstractPivot.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\Models\Pivots;
2 2
 
3
-use Illuminate\Database\Eloquent\Relations\Pivot;
4 3
 use Illuminate\Database\Eloquent\Model;
4
+use Illuminate\Database\Eloquent\Relations\Pivot;
5 5
 
6 6
 /**
7 7
  * Class     AbstractPivot
Please login to merge, or discard this patch.