Upgrade to 3.0.1
This commit is contained in:
@@ -61,7 +61,7 @@ class Silo
|
||||
public static function remove(string $key = null): array
|
||||
{
|
||||
// reset the entire array
|
||||
if ($key === true) {
|
||||
if ($key === null) {
|
||||
return static::$data = [];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user