Nwidart\Modules\Support\Migrations\NameParser::fetchData PHP 메소드

fetchData() 보호된 메소드

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