cleaner service

master
Константин 2023-09-07 11:01:26 +03:00
parent e69b219e32
commit 7a7c567b73
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ Artisan::command('dev:generate-personal-token {userId}', function ($userId) {
Artisan::command('cleaner:clean', function() {
$service = new \App\Services\Registries\CleanerService();
$service->clean();
});