Add a helper artisan command to update place model structure

This commit is contained in:
Jonny Barnes 2017-06-30 13:39:14 +01:00
parent 4afb6a3ae9
commit e540eb767f
3 changed files with 60 additions and 0 deletions

View file

@ -17,6 +17,7 @@ class Kernel extends ConsoleKernel
Commands\ParseCachedWebMentions::class,
Commands\ReDownloadWebMentions::class,
Commands\GenerateToken::class,
Commands\UpdatePlacesURLs::class,
];
/**