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
2f21f7af9b
commit
661813b349
@ -48,7 +48,7 @@
|
|||||||
Schema::disableForeignKeyConstraints();
|
Schema::disableForeignKeyConstraints();
|
||||||
DB::table('buttons')->delete();
|
DB::table('buttons')->delete();
|
||||||
DB::table('buttons')->truncate();
|
DB::table('buttons')->truncate();
|
||||||
Artisan::call('db:seed --class="ButtonSeeder" --force');
|
try {Artisan::call('db:seed --class="ButtonSeeder" --force');} catch (exception $e) {}
|
||||||
Schema::enableForeignKeyConstraints();
|
Schema::enableForeignKeyConstraints();
|
||||||
|
|
||||||
echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "?success\" />";
|
echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "?success\" />";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user