Skip to content

Instantly share code, notes, and snippets.

@julianobailao
Created August 31, 2016 18:58
Show Gist options
  • Save julianobailao/aa247551728422f5abaee99cdf711b55 to your computer and use it in GitHub Desktop.
Save julianobailao/aa247551728422f5abaee99cdf711b55 to your computer and use it in GitHub Desktop.
<?php
$addressess = $customer->address()->all();
/**
* [
* 'main_address' => Address::object...,
* 'secondary_address' => Address::object...,
* 'business_address' => Address::object...,
* ]
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment