mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-15 19:33:57 +09:00
Updates to vendors etc
This commit is contained in:
@@ -20,6 +20,6 @@ class FileNotFoundException extends FileException
|
||||
{
|
||||
public function __construct(string $path)
|
||||
{
|
||||
parent::__construct(sprintf('The file "%s" does not exist', $path));
|
||||
parent::__construct(\sprintf('The file "%s" does not exist', $path));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user