Migration fix

This commit is contained in:
Ale Gallo 2023-12-13 15:42:32 +01:00
parent a44932ae6c
commit 6e44dbe044

View file

@ -11,7 +11,7 @@ return new class extends Migration
*/
public function up(): void
{
Schema::create('feedback', function (Blueprint $table) {
Schema::create('feedbacks', function (Blueprint $table) {
$table->id();
$table->string('title');
$table->text('body');