Skip to content

Commit 4f655db

Browse files
committed
fix: code error
1 parent a7d0835 commit 4f655db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DataExporter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public static function __callStatic($name, $arguments)
5656
public static function clean(): void
5757
{
5858
static::$container = null;
59-
static::$setContainer = null;
59+
self::$setContainer = null;
6060
}
6161

6262
/**

0 commit comments

Comments
 (0)