Added upcoming audit report

TODO: Fid diff/threshold math
This commit is contained in:
snipe
2019-05-04 17:52:17 -04:00
parent ce16eae508
commit e46cccdf90
5 changed files with 182 additions and 0 deletions
+2
View File
@@ -2,6 +2,7 @@
namespace App\Console;
use App\Console\Commands\RestoreDeletedUsers;
use Illuminate\Console\Scheduling\Schedule;
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
@@ -31,6 +32,7 @@ class Kernel extends ConsoleKernel
Commands\RegenerateAssetTags::class,
Commands\SyncAssetCounters::class,
Commands\RestoreDeletedUsers::class,
Commands\SendUpcomingAuditReport::class,
];
/**