feature: keep sidebar and add service layer
This commit is contained in:
@@ -19,7 +19,6 @@ return new class extends Migration
|
||||
$table->integer('sent')->nullable();
|
||||
$table->string('receiver')->nullable();
|
||||
$table->date('date')->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user