Skip to content

Commit 5b41e2e

Browse files
committed
Update finishing.blade.php
1 parent 8b98c5d commit 5b41e2e

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
@@ -39,7 +39,7 @@ function getStringBetween($string, $start, $end) {
3939
Schema::disableForeignKeyConstraints();
4040
DB::table('buttons')->delete();
4141
DB::table('buttons')->truncate();
42-
Artisan::call('db:seed --class="ButtonSeeder"');
42+
Artisan::call('db:seed --class="ButtonSeeder" --force');
4343
Schema::enableForeignKeyConstraints();
4444
4545
echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "?success\" />";

0 commit comments

Comments
 (0)