We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c703d0f commit 5e99c4fCopy full SHA for 5e99c4f
FileLocator.php
@@ -57,7 +57,7 @@ public function locate($name, $currentPath = null, $first = true)
57
$filepaths = array();
58
59
foreach ($paths as $path) {
60
- if (file_exists($file = $path.DIRECTORY_SEPARATOR.$name)) {
+ if (@file_exists($file = $path.DIRECTORY_SEPARATOR.$name)) {
61
if (true === $first) {
62
return $file;
63
}
0 commit comments