Update MultiBackend.php
In case you named your driver in camel case (we did), the source (which is now lower case only) will no longer match the key in $this->drivers (which contains the original keys from the file) and the loading of the driver will fail
Please register or sign in to comment