Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2024-03-26 10:27:36 +00:00
parent 4f22451be3
commit e436ceae38
7 changed files with 5 additions and 15 deletions

View File

@@ -21,8 +21,6 @@ return new class extends Migration
$table->foreign('champion_id')->references('champion_id')->on('champions')->onDelete('cascade');
$table->timestamps();
});
}