Skip to content

Problem with Sth3Model loading from Sth2Model when Sth3Model is in subdiretory (Subdir1) #605

Closed
@nowackipawel

Description

@nowackipawel

Inside Models directory I've got:

  • Sth1Model
  • Sth2Model
  • Subdir1
    • Sth3Model

inside one method of Sth2Model I'm creating Sth3Model
$st3 = new \Subdir1\Sth3Model();

after update my project to the newest version (commit: a5b6d93) one problem appears:

Error Class 'Subdir1\Sth3Model' not found

in that line from Sth1Model:

$sthSth = new \Subdir1\Sth3Model();

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions