Implement package limit notification system
This commit is contained in:
@@ -22,7 +22,11 @@ return Application::configure(basePath: dirname(__DIR__))
|
||||
\App\Console\Commands\OAuthRotateKeysCommand::class,
|
||||
\App\Console\Commands\OAuthListKeysCommand::class,
|
||||
\App\Console\Commands\OAuthPruneKeysCommand::class,
|
||||
\App\Console\Commands\CheckEventPackages::class,
|
||||
])
|
||||
->withSchedule(function (\Illuminate\Console\Scheduling\Schedule $schedule) {
|
||||
$schedule->command('package:check-status')->dailyAt('06:00');
|
||||
})
|
||||
->withMiddleware(function (Middleware $middleware) {
|
||||
$middleware->alias([
|
||||
'tenant.token' => TenantTokenGuard::class,
|
||||
|
||||
Reference in New Issue
Block a user