Fixed button id issue

This commit is contained in:
Julian Prieber 2022-07-31 22:49:55 +02:00
parent 16e5c07bf7
commit 3bf1ed9279
1 changed files with 8 additions and 8 deletions

View File

@ -102,10 +102,6 @@ class ButtonSeeder extends Seeder
'name' => 'paypal' 'name' => 'paypal'
], ],
[
'name' => 'phone'
],
[ [
'name' => 'pinterest' 'name' => 'pinterest'
], ],
@ -150,10 +146,6 @@ class ButtonSeeder extends Seeder
'name' => 'tumblr' 'name' => 'tumblr'
], ],
[
'name' => 'trello'
],
[ [
'name' => 'twitch' 'name' => 'twitch'
], ],
@ -198,6 +190,14 @@ class ButtonSeeder extends Seeder
'name' => 'space' 'name' => 'space'
], ],
[
'name' => 'phone'
],
[
'name' => 'trello'
],
]; ];
Button::insert($buttons); Button::insert($buttons);