Skip to content

Commit 382bf73

Browse files
committed
Fix publish migrations
1 parent 2f2fde8 commit 382bf73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/LaravelTicketServiceProvider.php

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ public function configurePackage(Package $package): void
2222
'create_messages_table',
2323
'create_categories_table',
2424
'create_labels_table',
25+
'create_category_ticket_table',
26+
'create_label_ticket_table',
2527
);
2628
}
2729
}

0 commit comments

Comments
 (0)