Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SupianIDz authored Apr 18, 2024
1 parent efb3fbb commit 37b5c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ The example below uses [Laratrust](https://github.com/santigarcor/laratrust/) fo
free to use any other Role Management you like.

```php
use Octopy\Impersonate\Concerns\Impersonate;
use Octopy\Impersonate\Concerns\HasImpersonation;
use Octopy\Impersonate\Authorization;
use Illuminate\Foundation\Auth\User as Authenticatable;

class User extends Authenticatable
{
use Impersonate;
use HasImpersonation;

/**
* @param Authorization $authorization
Expand Down

0 comments on commit 37b5c33

Please sign in to comment.