Skip to content

Commit 7c7fac3

Browse files
authored
Merge pull request #7 from 64robots/feature/support-laravel-9
Updates
2 parents 619759e + bab97f8 commit 7c7fac3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
vendor/
1+
vendor/

migrations/2018_09_04_205640_create_batch_notification_tables.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
use Illuminate\Database\Schema\Blueprint;
55
use Illuminate\Database\Migrations\Migration;
66

7-
class CreateBatchNotificationTables extends Migration
8-
{
7+
return new class () extends Migration {
98
/**
109
* Run the migrations.
1110
*
@@ -47,4 +46,4 @@ public function down()
4746
Schema::dropIfExists('batch_notification_events');
4847
Schema::dropIfExists('batch_notifications');
4948
}
50-
}
49+
};

0 commit comments

Comments
 (0)