Skip to content

Commit 3bf1ed9

Browse files
committed
Fixed button id issue
1 parent 16e5c07 commit 3bf1ed9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

database/seeders/ButtonSeeder.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,6 @@ public function run()
101101
[
102102
'name' => 'paypal'
103103
],
104-
105-
[
106-
'name' => 'phone'
107-
],
108104

109105
[
110106
'name' => 'pinterest'
@@ -149,10 +145,6 @@ public function run()
149145
[
150146
'name' => 'tumblr'
151147
],
152-
153-
[
154-
'name' => 'trello'
155-
],
156148

157149
[
158150
'name' => 'twitch'
@@ -198,6 +190,14 @@ public function run()
198190
'name' => 'space'
199191
],
200192

193+
[
194+
'name' => 'phone'
195+
],
196+
197+
[
198+
'name' => 'trello'
199+
],
200+
201201
];
202202

203203
Button::insert($buttons);

0 commit comments

Comments
 (0)