mohan #5
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
|||||||
@ -493,7 +493,7 @@ public function announcements()
|
|||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
|
||||||
return Inertia::render('Admin/Announcements/Index', [
|
return Inertia::render('Admin/Events/Index', [
|
||||||
'initialAnnouncements' => $announcements,
|
'initialAnnouncements' => $announcements,
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user