|
@@ -2,11 +2,11 @@ |
|
|
block discarded – undo |
|
2
|
2
|
|
|
3
|
3
|
namespace Spatie\Permission\Traits; |
|
4
|
4
|
|
|
|
5
|
+use Illuminate\Database\Eloquent\Builder; |
|
|
6
|
+use Illuminate\Database\Eloquent\Relations\MorphToMany; |
|
5
|
7
|
use Illuminate\Support\Collection; |
|
6
|
8
|
use Spatie\Permission\Contracts\Role; |
|
7
|
|
-use Illuminate\Database\Eloquent\Builder; |
|
8
|
9
|
use Spatie\Permission\PermissionRegistrar; |
|
9
|
|
-use Illuminate\Database\Eloquent\Relations\MorphToMany; |
|
10
|
10
|
use function get_class; |
|
11
|
11
|
|
|
12
|
12
|
trait HasRoles |
Please login to merge, or discard this patch.