Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Jan 9, 2020
1 parent 5ad9257 commit 9842dd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Airlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ public static function useUserModel(string $model)
public static function usePersonalAccessTokenModel($model)
{
static::$personalAccessTokenModel = $model;

return new static;
}

/**
Expand Down

0 comments on commit 9842dd6

Please sign in to comment.