Devise\Models\Scaffolding\MigrationScaffolding::getTargetFilePath PHP Method

getTargetFilePath() public method

public getTargetFilePath ( ) : string
return string
    public function getTargetFilePath()
    {
        return base_path() . '/database/migrations/' . date('Y_m_d_His') . '_create_' . $this->constants['snakeCasePlural'] . '.php';
    }