From 37b5c337c6dc995890f9c2ed9ce9fac47fdb99e4 Mon Sep 17 00:00:00 2001 From: Supian M Date: Thu, 18 Apr 2024 23:48:39 +0800 Subject: [PATCH] Fix Typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89dc457..5f9fb93 100644 --- a/README.md +++ b/README.md @@ -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