FabioFratini 1 éve
szülő
commit
5cc7752303
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      routes/web.php

+ 1 - 1
routes/web.php

@@ -691,7 +691,7 @@ Route::get('/eventi', function(){
     }
     $videos = array();
 
-    return view('events', compact('news', 'home', 'sections', 'sections_menu', 'regions', 'pages', 'breaking_news', 'videos', 'events', 'calendari', 'aHome'));
+    return view('events', compact('news', 'home', 'sections', 'sections_menu', 'regions', 'pages', 'breaking_news', 'videos', 'events', 'calendars', 'aHome'));
 });
 
 Route::get('/archivio', function() {