Nwidart\Modules\Support\Migrations\NameParser::fetchData PHP Méthode

fetchData() protected méthode

Fetch the migration name to an array data.
protected fetchData ( ) : array
Résultat array
    protected function fetchData()
    {
        return explode('_', $this->name);
    }