Closed
Description
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();
Metadata
Metadata
Assignees
Labels
No labels
Activity