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

Commit 32ddfe1

Browse files
committed
Update NanoSalt.php
1 parent ac5c563 commit 32ddfe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NanoSalt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class NanoSalt
7878

7979
public static function instance() {
8080
if (!isset(static::$instance)) {
81-
static::$instance = new Salt();
81+
static::$instance = new NanoSalt();
8282
}
8383
return static::$instance;
8484
}

0 commit comments

Comments
 (0)