diff --git a/database/migrations/2021_07_21_213344_change_english_languages_tables.php b/database/migrations/2021_07_21_213344_change_english_languages_tables.php new file mode 100644 index 000000000000..492c89c42a41 --- /dev/null +++ b/database/migrations/2021_07_21_213344_change_english_languages_tables.php @@ -0,0 +1,31 @@ +name = 'English - United States'; + $language->save(); + } + + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + // + } +}