Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Commit

Permalink
Update NanoSalt.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRow committed Oct 7, 2020
1 parent ac5c563 commit 32ddfe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NanoSalt.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class NanoSalt

public static function instance() {
if (!isset(static::$instance)) {
static::$instance = new Salt();
static::$instance = new NanoSalt();
}
return static::$instance;
}
Expand Down

0 comments on commit 32ddfe1

Please sign in to comment.