Skip to content

Instantly share code, notes, and snippets.

@dberry37388
Last active August 29, 2015 13:58
Show Gist options
  • Save dberry37388/10035434 to your computer and use it in GitHub Desktop.
Save dberry37388/10035434 to your computer and use it in GitHub Desktop.
$me = Sentry::getUserRepository()->findById($id);
$otherMe = Sentry::getUser();
// works fine
$me->activityLogs()->get();
// gives me a "Call to undefined method Illuminate\Database\Query\Builder::activityLogs()"
$otherMe->activityLogs()->get();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment