We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df7e8f commit 4c509b4Copy full SHA for 4c509b4
src/Traits/Governable.php
@@ -1,8 +1,9 @@
1
<?php namespace GeneaLabs\LaravelGovernor\Traits;
2
3
-use GeneaLabs\LaravelGovernor\Permissions;
+use GeneaLabs\LaravelGovernor\Permission;
4
use GeneaLabs\LaravelGovernor\Role;
5
use Illuminate\Database\Eloquent\Relations\BelongsToMany;
6
+use Illuminate\Support\Collection;
7
8
trait Governable
9
{
0 commit comments