Skip to content

Instantly share code, notes, and snippets.

@anthonybudd
Created June 28, 2017 21:53
Show Gist options
  • Save anthonybudd/42ef894bcf823683a2c17bfacf3b8f17 to your computer and use it in GitHub Desktop.
Save anthonybudd/42ef894bcf823683a2c17bfacf3b8f17 to your computer and use it in GitHub Desktop.
<?php
$product = Product::find(1);
dd($product);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment