Skip to content

Instantly share code, notes, and snippets.

@anthonybudd
Created February 12, 2017 14:28
Show Gist options
  • Save anthonybudd/35d6e5adfff54d472149d949299525e5 to your computer and use it in GitHub Desktop.
Save anthonybudd/35d6e5adfff54d472149d949299525e5 to your computer and use it in GitHub Desktop.
<?php
$product = Product::find(15);
$product->hardDelete();
echo $product->color; // NULL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment