Example #1
0
 public function __construct(LaunderInterface $client)
 {
     $this->pickupAddress = $client->getClientAddress();
     $this->currentAddress = $this->pickupAddress;
     $this->client = $client;
     $this->money = 0;
 }