Skip to content

Commit a892a39

Browse files
committed
fix: code error
1 parent 80a875c commit a892a39

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
@@ -70,7 +70,7 @@ final protected static function getContainer(): ContainerContract
7070
return $container;
7171
}
7272

73-
private static $setContainer = null;
73+
protected static $setContainer = null;
7474

7575
public static function setContainer(ContainerContract $container)
7676
{

0 commit comments

Comments
 (0)