Skip to content

Commit 53487cc

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/DataExporter.php

Lines changed: 2 additions & 2 deletions
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-
self::$setContainer = null;
59+
static::$setContainer = null;
6060
}
6161

6262
/**
@@ -78,7 +78,7 @@ final protected static function getContainer(): ContainerContract
7878
return $container;
7979
}
8080

81-
private static $setContainer = null;
81+
protected static $setContainer = null;
8282

8383
public static function setContainer(ContainerContract $container)
8484
{

0 commit comments

Comments
 (0)