mohan #5

Merged
mohanmd merged 46 commits from mohan into master 2026-06-15 09:13:23 +00:00
3 changed files with 2 additions and 1 deletions
Showing only changes of commit 57eb9b9ed8 - Show all commits

1
.gitignore vendored
View File

@ -18,6 +18,7 @@
/public/fonts-manifest.dev.json /public/fonts-manifest.dev.json
/public/hot /public/hot
/public/storage /public/storage
/public/uploads
/storage/*.key /storage/*.key
/storage/pail /storage/pail
/vendor /vendor

View File

@ -493,7 +493,7 @@ public function announcements()
]; ];
}); });
return Inertia::render('Admin/Announcements/Index', [ return Inertia::render('Admin/Events/Index', [
'initialAnnouncements' => $announcements, 'initialAnnouncements' => $announcements,
]); ]);
} }