Added license management module

This commit is contained in:
2026-05-25 22:45:23 +02:00
parent 93b7be7e2c
commit df24d48038
16 changed files with 861 additions and 9 deletions
+1
View File
@@ -15,6 +15,7 @@ class Kernel extends ConsoleKernel
protected $commands = [
\App\Console\Commands\CaldavSyncCommand::class,
\App\Console\Commands\CheckInvoiceDueDatesCommand::class,
\App\Console\Commands\GenerateLicenseKeysCommand::class,
];
/**