Skip to content
Snippets Groups Projects
Unverified Commit 7488501e authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Fix one last static call

parent 83b67d2a
No related branches found
No related tags found
No related merge requests found
......@@ -92,8 +92,8 @@ class SspContainer extends AbstractContainer
*/
public function getTempDir(): string
{
/** @psalm-suppress UndefinedClass */
return System::getTempDir();
$sysUtils = new Utils\System();
return $sysUtils->getTempDir();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment