minor fix for tokens
This commit is contained in:
parent
d236dd6ff6
commit
2281b8490e
1 changed files with 2 additions and 1 deletions
|
|
@ -37,7 +37,8 @@ class TokenRepository extends BaseRepository
|
|||
public function save(array $data, CompanyToken $company_token)
|
||||
{
|
||||
$company_token->fill($data);
|
||||
|
||||
$company_token->is_system = true;
|
||||
|
||||
$company_token->save();
|
||||
|
||||
return $company_token;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue