mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
- usage metric fix
- ui fix - index:usage artisan command - demo payment settings
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Foundation\Inspiring;
|
||||
use Support\Scheduler\Actions\ReportUsageAction;
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -13,6 +13,5 @@ use Illuminate\Foundation\Inspiring;
|
||||
|
|
||||
*/
|
||||
|
||||
Artisan::command('inspire', function () {
|
||||
$this->comment(Inspiring::quote());
|
||||
})->describe('Display an inspiring quote');
|
||||
Artisan::command('report:usage', fn () => resolve(ReportUsageAction::class)())
|
||||
->describe('Store user usage estimates for metered billing');
|
||||
|
||||
Reference in New Issue
Block a user