Sleimanx2\Plastic\Mappings\Creator::getClassName PHP Method

getClassName() protected method

Get the class name of a migration name.
protected getClassName ( $model ) : string
$model
return string
    protected function getClassName($model)
    {
        return Str::studly(str_replace('\\', '', $model));
    }