Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI authored Jul 13, 2021
1 parent e5aab84 commit 1703932
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ class User extends Resource
Impersonate::make($this), // <---

// or

Impersonate::make($this->resource), // works in lenses

// or

Impersonate::make($this)->withMeta([
'hideText' => false,
Expand Down

0 comments on commit 1703932

Please sign in to comment.