Merge hoffentlich

This commit is contained in:
Robert
2023-12-22 19:23:38 +01:00
parent 05258cfb22
commit 5ca6283aa3
14 changed files with 171 additions and 367 deletions

View File

@@ -11,6 +11,9 @@ class MainController
*/
$data = db_gericht_select_karte();
$log = logger('werbeseite_log', '../storage/logs');
$log->info('werbeseite aufgerufen!');
return view('main.index', [
'data'=>$data,