Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Apr 17, 2021
1 parent ca80914 commit 8362785
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -26,6 +26,7 @@
},
"require": {
"php": "^7.3 || ^8.0",
"illuminate/database": "^8.37",
"orchestra/contracts": "^6.0",
"orchestra/support": "^6.0"
},
Expand Down
Expand Up @@ -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.
Expand All @@ -31,4 +31,4 @@ public function down()
{
Schema::drop('orchestra_options');
}
}
};

0 comments on commit 8362785

Please sign in to comment.