add (-) hyphen button seed as first button

This commit is contained in:
aprillio 2021-07-06 15:45:32 +07:00
parent 7bb0a8aee4
commit 00ccb7cc8f
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ class ButtonSeeder extends Seeder
public function run()
{
$buttons = [
[
'name' => '-'
],
[
'name' => 'github'
],