Skip to content

Instantly share code, notes, and snippets.

@anthonybudd
Created June 28, 2017 22:17
Show Gist options
  • Select an option

  • Save anthonybudd/442db46bac7cbf7aba3167abf4a2b80e to your computer and use it in GitHub Desktop.

Select an option

Save anthonybudd/442db46bac7cbf7aba3167abf4a2b80e to your computer and use it in GitHub Desktop.
<?php
$product = Product::insert([
'weight' => '100'
]);
dd($product->weightInKGs);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment