Example #1
0
 /**
  * Add this user to a client
  *
  * @param \thebuggenie\core\entities\Client $client
  */
 public function addToClient(\thebuggenie\core\entities\Client $client)
 {
     $client->addMember($this);
     $this->clients = null;
 }