mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-09 00:28:44 +01:00
add (-) hyphen button seed as first button
This commit is contained in:
parent
7bb0a8aee4
commit
00ccb7cc8f
@ -16,6 +16,10 @@ class ButtonSeeder extends Seeder
|
|||||||
public function run()
|
public function run()
|
||||||
{
|
{
|
||||||
$buttons = [
|
$buttons = [
|
||||||
|
[
|
||||||
|
'name' => '-'
|
||||||
|
],
|
||||||
|
|
||||||
[
|
[
|
||||||
'name' => 'github'
|
'name' => 'github'
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user