mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 19:04:02 +00:00
Add remember column to to the impersonation token (#1101)
This commit is contained in:
parent
dfd39722a7
commit
228c2676f3
3 changed files with 5 additions and 2 deletions
|
|
@ -18,6 +18,7 @@ use Stancl\Tenancy\Exceptions\StatefulGuardRequiredException;
|
|||
* @property string $user_id
|
||||
* @property string $auth_guard
|
||||
* @property string $redirect_url
|
||||
* @property bool $remember
|
||||
* @property Carbon $created_at
|
||||
*/
|
||||
class ImpersonationToken extends Model
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue