You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for store Pusherer::trigger('channel', 'created' , $tabc->toArray() );
for destroy: Pusherer::trigger('channel', 'destroyed' , $tabc->id );
works fine but for update should I pass id or all attributes like store. I have tried
Pusherer::trigger('channel', 'updated' , $tabc->toArray() ); but it behaves like new addition instead of update.
How should i trigger update??
The text was updated successfully, but these errors were encountered:
Hi,
for store Pusherer::trigger('channel', 'created' , $tabc->toArray() );
for destroy: Pusherer::trigger('channel', 'destroyed' , $tabc->id );
works fine but for update should I pass id or all attributes like store. I have tried
Pusherer::trigger('channel', 'updated' , $tabc->toArray() ); but it behaves like new addition instead of update.
How should i trigger update??
The text was updated successfully, but these errors were encountered: