Пример #1
0
 public function fetchmap()
 {
     $fetch = array();
     $country = UserAddress::all();
     return $fetch;
 }