Skip to content

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
VladyslavMazurets committed Oct 6, 2023
1 parent 0d8ebd0 commit 4eee13a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Activation/Brokers/ActivationBroker.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ public function tokenExists(CanActivateContract $user, $token): bool
*/
public function getRepository(): TokenRepositoryInterface
{
dd($this->tokens);
return $this->tokens;
}

Expand All @@ -184,7 +183,7 @@ public function getRepository(): TokenRepositoryInterface
*
* @return CanActivateContract
*/
public function getUserModelClass(): string
public function getUserModelClass(): CanActivateContract
{
return $this->users->getModel();
}
Expand Down

0 comments on commit 4eee13a

Please sign in to comment.