We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 966f419 + 3047b87 commit 26c27e7Copy full SHA for 26c27e7
Binary/Loader/FileSystemLoader.php
@@ -59,7 +59,7 @@ public function __construct(
59
*/
60
public function find($path)
61
{
62
- if (!($absolutePath = realpath($this->rootPath.DIRECTORY_SEPARATOR.$path))) {
+ if (!($absolutePath = realpath($this->rootPath).DIRECTORY_SEPARATOR.$path)) {
63
throw new NotLoadableException(sprintf('Source image not resolvable "%s"', $path));
64
}
65
0 commit comments