Skip to content

Commit 69565f7

Browse files
committed
WIP
1 parent 6b41994 commit 69565f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

database/migrations/0001_01_02_000009_create_governor_team_invitations_table.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public function __construct()
1616

1717
public function up(): void
1818
{
19+
1920
Schema::create('governor_team_invitations', function (Blueprint $table): void {
2021
$user = app(config('genealabs-laravel-governor.models.auth'));
2122

0 commit comments

Comments
 (0)