1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Updated utfmb4 upgrade command

This commit is contained in:
Dan Brown
2017-07-22 16:19:17 +01:00
parent 6bcd89acf7
commit 2704962277
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ class UpgradeDatabaseEncoding extends Command
*
* @var string
*/
protected $signature = 'bookstack:db-utf8mb4-syntax {--database= : The database connection to use.}';
protected $signature = 'bookstack:db-utf8mb4 {--database= : The database connection to use.}';
/**
* The console command description.