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

View File

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