Skip to content

Commit 6f3054d

Browse files
committed
Fixed parsing of custom policy actions.
1 parent 82be113 commit 6f3054d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Middleware/ParseCustomPolicyActions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
use Closure;
88
use GeneaLabs\LaravelGovernor\Action;
9-
use GeneaLabs\LaravelGovernor\Permission;
9+
use GeneaLabs\LaravelGovernor\Policies\BasePolicy;
1010
use Illuminate\Http\Request;
1111
use Illuminate\Support\Collection;
1212
use ReflectionClass;

0 commit comments

Comments
 (0)