We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0db315 commit aa25cccCopy full SHA for aa25ccc
system/Config/Factories.php
@@ -226,8 +226,8 @@ class_exists($alias, false)
226
227
// If an App version was requested then see if it verifies
228
if (
229
- // preferApp is used only for no namespace class.
230
- strpos($alias, '\\') === false
+ // preferApp is used only for no namespaced class.
+ ! self::isNamespaced($alias)
231
&& $options['preferApp'] && class_exists($appname)
232
&& self::verifyInstanceOf($options, $alias)
233
) {
0 commit comments