Skip to content

Commit 647e004

Browse files
committed
Moved button in ButtonSeeder to ensure function
1 parent 91e33a8 commit 647e004

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

database/seeders/ButtonSeeder.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,6 @@ public function run()
221221
[
222222
'name' => 'apple-podcasts'
223223
],
224-
225-
[
226-
'name' => 'bookwyrm'
227-
],
228224

229225
[
230226
'name' => 'briar'
@@ -395,7 +391,11 @@ public function run()
395391
],
396392

397393
[
398-
'name' => 'icon'
394+
'name' => 'icon'
395+
],
396+
397+
[
398+
'name' => 'bookwyrm'
399399
],
400400

401401
];

0 commit comments

Comments
 (0)