Skip to content

Commit ace499c

Browse files
committed
Update ButtonSeeder.php
1 parent ce6d05c commit ace499c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

database/seeders/ButtonSeeder.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,10 @@ public function run()
391391
'name' => 'text'
392392
],
393393

394+
[
395+
'name' => 'icon'
396+
],
397+
394398
];
395399

396400
Button::insert($buttons);

0 commit comments

Comments
 (0)