Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
馃拕 Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
rxcod9 committed Apr 5, 2022
1 parent a96e0e5 commit 63e5d75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion database/seeders/DataTypesTableSeeder.php
Expand Up @@ -18,7 +18,7 @@ public function run()
'name' => 'leads',
'display_name_singular' => __('joy-voyager-bread-lead::seeders.data_types.lead.singular'),
'display_name_plural' => __('joy-voyager-bread-lead::seeders.data_types.lead.plural'),
'icon' => 'voyager-bread',
'icon' => 'voyager-bread voyager-bread-lead voyager-lightbulb',
'model_name' => 'Joy\\VoyagerBreadLead\\Models\\Lead',
// 'policy_name' => 'Joy\\VoyagerBreadLead\\Policies\\LeadPolicy',
// 'controller' => 'Joy\\VoyagerBreadLead\\Http\\Controllers\\VoyagerBreadLeadController',
Expand Down
2 changes: 1 addition & 1 deletion database/seeders/MenuItemsTableSeeder.php
Expand Up @@ -28,7 +28,7 @@ public function run($parentMenuId = null)
if (!$menuItem->exists) {
$menuItem->fill([
'target' => '_self',
'icon_class' => 'voyager-bread voyager-bread-lead',
'icon_class' => 'voyager-bread voyager-bread-lead voyager-lightbulb',
'color' => null,
'parent_id' => $parentMenuId,
'order' => ++$maxOrder,
Expand Down

0 comments on commit 63e5d75

Please sign in to comment.