Baum\Generators\ModelGenerator::getPath PHP Method

getPath() protected method

Get the full path name to the migration.
protected getPath ( string $name, string $path ) : string
$name string
$path string
return string
    protected function getPath($name, $path)
    {
        return $path . '/' . $this->classify($name) . '.php';
    }
ModelGenerator