Command to fix custom field unicode conversion differences between PHP versions (#7263)

This commit is contained in:
snipe
2019-07-18 14:30:18 -07:00
committed by GitHub
parent cef22c3158
commit eec445fcf5
2 changed files with 128 additions and 0 deletions
+2
View File
@@ -2,6 +2,7 @@
namespace App\Console;
use App\Console\Commands\ImportLocations;
use App\Console\Commands\RestoreDeletedUsers;
use Illuminate\Console\Scheduling\Schedule;
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
@@ -34,6 +35,7 @@ class Kernel extends ConsoleKernel
Commands\RestoreDeletedUsers::class,
Commands\SendUpcomingAuditReport::class,
Commands\ImportLocations::class,
Commands\ReEncodeCustomFieldNames::class,
];
/**