From 836278567a7eb93e868410d240fe578855d0db60 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Sun, 18 Apr 2021 02:20:59 +0800 Subject: [PATCH] wip Signed-off-by: Mior Muhammad Zaki --- composer.json | 1 + ...013_04_11_233631_orchestra_memory_create_options_table.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a450748..d18a970 100644 --- a/composer.json +++ b/composer.json @@ -26,6 +26,7 @@ }, "require": { "php": "^7.3 || ^8.0", + "illuminate/database": "^8.37", "orchestra/contracts": "^6.0", "orchestra/support": "^6.0" }, diff --git a/database/migrations/2013_04_11_233631_orchestra_memory_create_options_table.php b/database/migrations/2013_04_11_233631_orchestra_memory_create_options_table.php index 02ab6be..3431345 100644 --- a/database/migrations/2013_04_11_233631_orchestra_memory_create_options_table.php +++ b/database/migrations/2013_04_11_233631_orchestra_memory_create_options_table.php @@ -4,7 +4,7 @@ use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; -class OrchestraMemoryCreateOptionsTable extends Migration +return new class extends Migration { /** * Run the migrations. @@ -31,4 +31,4 @@ public function down() { Schema::drop('orchestra_options'); } -} +};