Fixed #4190 - Added artisan command to regenerate asset tags

This commit is contained in:
snipe
2017-11-24 11:25:51 -08:00
parent e8670fe591
commit 51661b0a21
2 changed files with 106 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ class Kernel extends ConsoleKernel
Commands\RecryptFromMcrypt::class,
Commands\ResetDemoSettings::class,
Commands\SyncAssetLocations::class,
Commands\RegenerateAssetTags::class,
];
/**