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
It looks like MessageBag comes with Laravel 4.2 now... this would make the code cleaner. Is it as effective? And how would this work with @makzumi's array_group_by() function?
Your example array:
can be rewritten as:
Currently, it works if you use
$cal->setEvents($events->toArray());
instead.MessageBag has cool features like $bag1->merge($bag2);
The text was updated successfully, but these errors were encountered: