/*
When using request data, we cannot inject Request into Jobs class handle method.
It will work if queue is set to sync, but will break once queue is set to database / etc.
Inject request data as array instead.
*/
StoreNotification::dispatch($request->all(), $associate_object);