Skip to content

Commit

Permalink
Remove static keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Mar 5, 2021
1 parent 7cb199b commit b916109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ public function getVerifierToken() {
return $this->verifier_token;
}

public static function invalidateVerificationToken() {
public function invalidateVerificationToken() {
if (!isset(Common::$database)) {
Common::$database = DatabaseDriver::getDatabaseObject();
}
Expand Down

0 comments on commit b916109

Please sign in to comment.