Skip to content

Instantly share code, notes, and snippets.

@anthonybudd
Last active June 28, 2017 21:53
Show Gist options
  • Save anthonybudd/d0e72b8b77becec5581eb98e18e732d4 to your computer and use it in GitHub Desktop.
Save anthonybudd/d0e72b8b77becec5581eb98e18e732d4 to your computer and use it in GitHub Desktop.
<?php
$products = Product::in([3, 5, 7]);
dd($products);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment