mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-18 04:51:00 +01:00
Update finishing.blade.php
This commit is contained in:
parent
8b98c5d84e
commit
5b41e2e1da
@ -39,7 +39,7 @@
|
||||
Schema::disableForeignKeyConstraints();
|
||||
DB::table('buttons')->delete();
|
||||
DB::table('buttons')->truncate();
|
||||
Artisan::call('db:seed --class="ButtonSeeder"');
|
||||
Artisan::call('db:seed --class="ButtonSeeder" --force');
|
||||
Schema::enableForeignKeyConstraints();
|
||||
|
||||
echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "?success\" />";
|
||||
|
Loading…
x
Reference in New Issue
Block a user