Skip to content

Commit

Permalink
some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emreakay committed Nov 25, 2023
1 parent 38b1b2a commit 79630db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

class create_connective_tables extends Migration
return new class extends Migration
{
public function up(): void
{
Expand All @@ -25,4 +25,4 @@ public function down(): void
{
Schema::dropIfExists('connective_relations');
}
}
};
4 changes: 2 additions & 2 deletions tests/PackageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
beforeEach(function () {
Artisan::call('migrate:fresh');

include_once __DIR__.'/../database/migrations/2023_10_11_192125_create_connectives_table.php';
(new create_connective_tables)->up();
//include_once __DIR__.'/../database/migrations/2023_10_11_192125_create_connectives_table.php';
//(new create_connective_tables)->up();

Config::set(
[
Expand Down

0 comments on commit 79630db

Please sign in to comment.