1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-24 07:17:55 +01:00

refactor: 🎨 Formattazione del codice

This commit is contained in:
Maicol Battistini 2022-01-25 12:52:11 +01:00
parent bd35c64e21
commit 5098f06f07
2 changed files with 2 additions and 2 deletions

View File

@ -207,4 +207,4 @@
<inspection_tool class="TransitiveDependenciesUsageInspection" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="UnusedFunctionResultInspection" enabled="false" level="WARNING" enabled_by_default="false" />
</profile>
</component>
</component>

View File

@ -2,7 +2,7 @@
@php
/** @var \Illuminate\Support\Collection $modules */
$entries = $modules->pluck('drawer_entries')
->collapse()
->collapse()
->prepend([
'icon' => 'view-dashboard-outline',
'text' => __('Dashboard')