Skip to content

Instantly share code, notes, and snippets.

@alexey-kar
Created February 1, 2020 14:41
Show Gist options
  • Save alexey-kar/9e8af1ed802eb6c4bc8da63ff89bc4b4 to your computer and use it in GitHub Desktop.
Save alexey-kar/9e8af1ed802eb6c4bc8da63ff89bc4b4 to your computer and use it in GitHub Desktop.
$activities = ActivityFeed::with('parentable')
->get()
->loadMorph('parentable', [
Event::class => ['calendar'],
Photo::class => ['tags'],
Post::class => ['author'],
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment