You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we load a class in non-App namespace ('Acme\Blog\Models\UserModel') with 'preferApp' => false,
and load a class which has the same short name ('UserModel' or 'App\Models\UserModel') with 'preferApp' => true,
the instance in non-App namespace will be returned.
Related: #7694
When we load a class in non-App namespace (
'Acme\Blog\Models\UserModel'
) with'preferApp' => false
,and load a class which has the same short name (
'UserModel'
or'App\Models\UserModel'
) with'preferApp' => true
,the instance in non-App namespace will be returned.
Steps to Reproduce
Results:
The text was updated successfully, but these errors were encountered: