Exemplo n.º 1
0
 /**
  * Request constructor.
  */
 public function __construct()
 {
     $this->version = Version::get();
 }
Exemplo n.º 2
0
 /**
  * Response constructor.
  */
 public function __construct()
 {
     $this->version = Version::get();
     $this->hasException = false;
 }