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