Skip to content

Commit bf7aab0

Browse files
authored
Handle the right zero-value (#362)
1 parent 6c52964 commit bf7aab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Persistence/Mapping/Driver/FileDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ abstract protected function loadMappingFile(string $file);
173173
protected function initialize()
174174
{
175175
$this->classCache = [];
176-
if ($this->globalBasename === null) {
176+
if ($this->globalBasename === '') {
177177
return;
178178
}
179179

0 commit comments

Comments
 (0)