Skip to content

Commit

Permalink
dont redefine the properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Feb 26, 2025
1 parent dccacbe commit 41a84b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Auth/Passwords/TokenRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
class TokenRepository extends DatabaseTokenRepository
{
protected $files;
protected $hasher;
protected $hashKey;
protected $expires;
protected $path;

public function __construct(Filesystem $files, HasherContract $hasher, $table, $hashKey, $expires = 60, $throttle = 60)
Expand Down

0 comments on commit 41a84b4

Please sign in to comment.