Lint
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Philipp Lang 2023-06-29 13:35:00 +02:00
parent 9b2364bc34
commit 0b406e11f0
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ class CreateSettingsTable extends Migration
});
}
/**
* @return void
*/
public function down()
{
Schema::dropIfExists('settings');