/var/www/vhosts/ihelp.ro/_OLD/vendor/robmorgan/phinx/src/Phinx/Config
NameSizeModeActions
Config.php141260644editdlrm
ConfigInterface.php33510644editdlrm
NamespaceAwareInterface.php6940644editdlrm
NamespaceAwareTrait.php16810644editdlrm
Edit: /var/www/vhosts/ihelp.ro/_OLD/vendor/robmorgan/phinx/src/Phinx/Config/NamespaceAwareTrait.php (1681B)
getMigrationPaths(); return $this->searchNamespace($path, $paths); } /** * Get Seed Namespace associated with path. * * @param string $path Path * * @return string|null */ public function getSeedNamespaceByPath($path) { $paths = $this->getSeedPaths(); return $this->searchNamespace($path, $paths); } }