We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aacdfa7 commit e904db3Copy full SHA for e904db3
1 file changed
src/Darya/Common/Autoloader.php
@@ -82,9 +82,7 @@ public function register() {
82
public function registerNamespaces(array $namespaces = array()) {
83
foreach ($namespaces as $ns => $paths) {
84
foreach ((array) $paths as $path) {
85
- if (file_exists($this->basePath . "/$path") || file_exists($path)) {
86
- $this->registeredNamespaces[] = array($ns, $path);
87
- }
+ $this->registeredNamespaces[] = array($ns, $path);
88
}
89
90
0 commit comments