mirror of
https://github.com/danog/file.git
synced 2025-01-22 13:21:13 +01:00
fix instantiation derp
This commit is contained in:
parent
2ed5bae230
commit
a8c2eb6bef
@ -31,7 +31,7 @@ function driver() {
|
||||
} elseif (\extension_loaded("eio")) {
|
||||
return new EioDriver;
|
||||
} else {
|
||||
return BlockingDriver;
|
||||
return new BlockingDriver;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user