added default paths
This commit is contained in:
parent
fc94f5f681
commit
c043dbb027
1 changed files with 2 additions and 1 deletions
|
|
@ -136,7 +136,8 @@ abstract class AbstractDataHandler
|
|||
$searchPath[] = $this->getRootDir() . '/../' . $modelPath;
|
||||
}
|
||||
} else {
|
||||
$searchPath[] = $this->getRootDir() . '/../';
|
||||
$searchPath[] = $this->getRootDir() . '/../src/';
|
||||
$searchPath[] = $this->getRootDir() . '/../vendor/';
|
||||
}
|
||||
return $searchPath;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue