mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-24 07:17:55 +01:00
fix: 🐛 Variabile non definita
This commit is contained in:
parent
82ac36a84f
commit
8fc6e4d9b1
@ -2,6 +2,10 @@
|
||||
<html lang="{{app()->getLocale()}}">
|
||||
@include('layouts.head')
|
||||
<body>
|
||||
@php
|
||||
$modules = app(\App\Http\Controllers\Controller::class)
|
||||
->getModules(request());
|
||||
@endphp
|
||||
@inertia
|
||||
@include('layouts.footer')
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user