Update ButtonSeeder.php

This commit is contained in:
Julian Prieber 2022-12-05 22:56:56 +01:00
parent ce6d05cfdc
commit ace499c07b
1 changed files with 4 additions and 0 deletions

View File

@ -391,6 +391,10 @@ class ButtonSeeder extends Seeder
'name' => 'text'
],
[
'name' => 'icon'
],
];
Button::insert($buttons);