Skip to content
Snippets Groups Projects
Commit 6ff74193 authored by Demian Katz's avatar Demian Katz
Browse files

Remove inappropriate parameter.

parent a59c4998
Branches
Tags
No related merge requests found
......@@ -99,7 +99,7 @@ class BackendManager
*/
public function get($name)
{
$backend = $this->registry->get($name, false);
$backend = $this->registry->get($name);
if (!is_object($backend)) {
throw new UnexpectedValueException(
sprintf(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment