Last active
June 28, 2017 21:53
-
-
Save anthonybudd/d0e72b8b77becec5581eb98e18e732d4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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