mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 03:58:45 +02:00
Re-dump autoloader and composer.lock
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