Fix getBinary
This commit is contained in:
parent
7f3d76c5fe
commit
f567f31602
3 changed files with 5 additions and 12 deletions
|
|
@ -59,7 +59,7 @@ abstract class Binary implements AdapterInterface
|
|||
$binary = null;
|
||||
|
||||
foreach (static::getBinaryName() as $candidate) {
|
||||
if (null !== $binary = $finder->find(static::getBinaryName())) {
|
||||
if (null !== $binary = $finder->find($candidate)) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue