Flarum\Database\MigrationCreator::getPath PHP Méthode

getPath() protected méthode

Get the full path name to the migration.
protected getPath ( string $name, string $path ) : string
$name string
$path string
Résultat string
    protected function getPath($name, $path)
    {
        return $path . '/' . $this->getDatePrefix() . '_' . $name . '.php';
    }