Replaced (-) hyphen button seed with custom link button
Replaced (-) hyphen button seed with custom link button as first button
This commit is contained in:
parent
2548c4b2fa
commit
8b030a3eea
|
@ -17,7 +17,7 @@ class ButtonSeeder extends Seeder
|
||||||
{
|
{
|
||||||
$buttons = [
|
$buttons = [
|
||||||
[
|
[
|
||||||
'name' => '-'
|
'name' => 'custom'
|
||||||
],
|
],
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue