1
0
mirror of https://github.com/LinkStackOrg/LinkStack.git synced 2025-04-23 22:57:33 +02:00

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

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