AddDanishTranslation::down PHP Method

down() public method

Reverse the migrations.
public down ( ) : void
return void
    public function down()
    {
        //$language = \App\Models\Language::whereLocale('da')->first();
        //$language->delete();
    }
AddDanishTranslation