Skip to content

Commit 4c509b4

Browse files
authored
Added missing use statement for Collection, fixed reference to Permission class
1 parent 9df7e8f commit 4c509b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Traits/Governable.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?php namespace GeneaLabs\LaravelGovernor\Traits;
22

3-
use GeneaLabs\LaravelGovernor\Permissions;
3+
use GeneaLabs\LaravelGovernor\Permission;
44
use GeneaLabs\LaravelGovernor\Role;
55
use Illuminate\Database\Eloquent\Relations\BelongsToMany;
6+
use Illuminate\Support\Collection;
67

78
trait Governable
89
{

0 commit comments

Comments
 (0)