Script to restore deleted users and put their asset assignments back

This commit is contained in:
snipe
2018-07-26 18:08:49 -07:00
parent 8762e158c4
commit 8774f0cf45
2 changed files with 121 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@ class Kernel extends ConsoleKernel
Commands\SyncAssetLocations::class,
Commands\RegenerateAssetTags::class,
Commands\SyncAssetCounters::class,
Commands\RestoreDeletedUsers::class,
];
/**