fix: 🐛 missed one line for typo fix
This commit is contained in:
parent
e8a6adb4e6
commit
e03ac5dae0
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class AddCancelationToServersTable extends Migration
|
|||
}
|
||||
|
||||
Schema::table('servers', function (Blueprint $table) {
|
||||
$table->dateTime('cancelled')->nullable();
|
||||
$table->dateTime('canceled')->nullable();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue