This commit is contained in:
Fabien Potencier 2015-10-06 17:46:46 +02:00
parent 07e1d25b6b
commit 1c43a4e622
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class ClassLoader
$this->prefixes[$prefix], $this->prefixes[$prefix],
$paths $paths
)); ));
} else if (!in_array($paths, $this->prefixes[$prefix])) { } elseif (!in_array($paths, $this->prefixes[$prefix])) {
$this->prefixes[$prefix][] = $paths; $this->prefixes[$prefix][] = $paths;
} }
} else { } else {