芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/store.kwesioben.com/vendor/laravel/sanctum/src/Console/Commands/PruneExpired.php
option('hours'); $model::where('created_at', '<', now()->subMinutes($expiration + ($hours * 60)))->delete(); $this->info("Tokens expired for more than {$hours} hours pruned successfully."); return 0; } $this->warn('Expiration value not specified in configuration file.'); return 1; } }