deleted pro code

This commit is contained in:
Čarodej
2022-04-26 14:08:20 +02:00
parent 188d5613b7
commit f45c1eb576
76 changed files with 62 additions and 3048 deletions

View File

@@ -1,7 +1,5 @@
<?php
use Support\Scheduler\Actions\ReportUsageAction;
/*
|--------------------------------------------------------------------------
| Console Routes
@@ -12,6 +10,3 @@ use Support\Scheduler\Actions\ReportUsageAction;
| simple approach to interacting with each command's IO methods.
|
*/
Artisan::command('report:usage', fn () => resolve(ReportUsageAction::class)())
->describe('Store user usage estimates for metered billing');