[Bridge] Fix typo
This commit is contained in:
parent
1b34d9860e
commit
66b11b8c41
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class Bridge {
|
||||||
$filePath = self::getWorkingDir() . $name . '.php';
|
$filePath = self::getWorkingDir() . $name . '.php';
|
||||||
|
|
||||||
if(!file_exists($filePath)) {
|
if(!file_exists($filePath)) {
|
||||||
throw new \Exception('Cache file ' . $filePath . ' does not exist!');
|
throw new \Exception('Bridge file ' . $filePath . ' does not exist!');
|
||||||
}
|
}
|
||||||
|
|
||||||
require_once $filePath;
|
require_once $filePath;
|
||||||
|
|
Loading…
Reference in a new issue