Update 2019_07_23_033128_alter_locales_table.php

This commit is contained in:
moe2566 2019-07-23 19:22:03 -04:00 committed by GitHub
parent a0ba845e37
commit e038416f55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ class AlterLocalesTable extends Migration
*/
public function down()
{
Schema::dropIfExists('locales');
}
}