Skip to content

Commit 661813b

Browse files
committed
Update finishing.blade.php
1 parent 2f21f7a commit 661813b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/finishing.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function getStringBetween($string, $start, $end) {
4848
Schema::disableForeignKeyConstraints();
4949
DB::table('buttons')->delete();
5050
DB::table('buttons')->truncate();
51-
Artisan::call('db:seed --class="ButtonSeeder" --force');
51+
try {Artisan::call('db:seed --class="ButtonSeeder" --force');} catch (exception $e) {}
5252
Schema::enableForeignKeyConstraints();
5353
5454
echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "?success\" />";

0 commit comments

Comments
 (0)