We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d0835 commit 4f655dbCopy full SHA for 4f655db
1 file changed
src/DataExporter.php
@@ -56,7 +56,7 @@ public static function __callStatic($name, $arguments)
56
public static function clean(): void
57
{
58
static::$container = null;
59
- static::$setContainer = null;
+ self::$setContainer = null;
60
}
61
62
/**
0 commit comments