Skip to content

Commit

Permalink
- add setter for setIsServiceToken
Browse files Browse the repository at this point in the history
  • Loading branch information
bmadzarac committed Dec 8, 2023
1 parent c94e716 commit 9c25ff4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/App/Models/TokenUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,9 @@ public function getRememberTokenName()
// TODO: Implement getRememberTokenName() method.
return '';
}

public function setIsServiceToken(bool $isServiceToken): void
{
$this->isServiceToken = $isServiceToken;
}
}

0 comments on commit 9c25ff4

Please sign in to comment.