Moved button in ButtonSeeder to ensure function

This commit is contained in:
MagicLike 2023-03-10 23:29:40 +01:00
parent 91e33a8dcd
commit 647e004e78
1 changed files with 5 additions and 5 deletions

View File

@ -222,10 +222,6 @@ class ButtonSeeder extends Seeder
'name' => 'apple-podcasts'
],
[
'name' => 'bookwyrm'
],
[
'name' => 'briar'
],
@ -398,6 +394,10 @@ class ButtonSeeder extends Seeder
'name' => 'icon'
],
[
'name' => 'bookwyrm'
],
];
Button::insert($buttons);