Update finishing.blade.php

This commit is contained in:
Julian Prieber 2022-09-17 14:42:03 +02:00
parent 2f21f7af9b
commit 661813b349
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
Schema::disableForeignKeyConstraints();
DB::table('buttons')->delete();
DB::table('buttons')->truncate();
Artisan::call('db:seed --class="ButtonSeeder" --force');
try {Artisan::call('db:seed --class="ButtonSeeder" --force');} catch (exception $e) {}
Schema::enableForeignKeyConstraints();
echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "?success\" />";