Baum\Generators\MigrationGenerator::getMigrationClassName PHP Method

getMigrationClassName() protected method

Get the name for the migration class.
protected getMigrationClassName ( string $name )
$name string
    protected function getMigrationClassName($name)
    {
        return $this->classify($this->getMigrationName($name));
    }