We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f2fde8 + 382bf73 commit cca1eceCopy full SHA for cca1ece
src/LaravelTicketServiceProvider.php
@@ -22,6 +22,8 @@ public function configurePackage(Package $package): void
22
'create_messages_table',
23
'create_categories_table',
24
'create_labels_table',
25
+ 'create_category_ticket_table',
26
+ 'create_label_ticket_table',
27
);
28
}
29
0 commit comments