Completed
Push — master ( 5afcda...69d749 )
by Arjay
12:59
created
src/Traits/HasRoleAndPermission.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Yajra\Acl\Traits;
4 4
 
5
-use Illuminate\Database\Eloquent\Relations\BelongsToMany;
6
-use Yajra\Acl\Models\Permission;
7
-
8 5
 trait HasRoleAndPermission
9 6
 {
10 7
     use HasRole {
Please login to merge, or discard this patch.