Skip to content

Instantly share code, notes, and snippets.

@julianobailao
Created August 31, 2016 18:49
Show Gist options
  • Save julianobailao/80f25dbc9b5716c3e96ebad65d8117e5 to your computer and use it in GitHub Desktop.
Save julianobailao/80f25dbc9b5716c3e96ebad65d8117e5 to your computer and use it in GitHub Desktop.
Removing a collection item
<?php
$customer->address()->remove('business_address');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment