AddDanishTranslation::up PHP Method

up() public method

Run the migrations.
public up ( ) : void
return void
    public function up()
    {
        //DB::table('languages')->insert(['name' => 'Danish', 'locale' => 'da']);
    }
AddDanishTranslation