Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Spriz/055fc69e2c235c5b89d3f9dec2ad8b55 to your computer and use it in GitHub Desktop.
Save Spriz/055fc69e2c235c5b89d3f9dec2ad8b55 to your computer and use it in GitHub Desktop.
$query->leftJoinWith('TicketExecutors')
->where(['TicketExecutors.id' => $options['request']['restrictByUserId']])
->leftJoinWith('TicketOwners')
->orWhere(['TicketOwners.id' => $options['request']['restrictByUserId']]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment