change
This commit is contained in:
@@ -82,6 +82,7 @@ class ManageNotificationsController extends Controller
|
||||
*/
|
||||
public function store_notificaton_data(Request $request)
|
||||
{
|
||||
dd($request);
|
||||
try {
|
||||
$request->validate([
|
||||
'image' => 'required|image|mimes:jpeg,png,jpg,gif|max:2048',
|
||||
|
||||
Reference in New Issue
Block a user