Example #1
0
 /**
  * Create a new command instance.
  *
  */
 public function __construct(SteamApplicationContract $steamApplicationInterface)
 {
     parent::__construct();
     $this->steamApplicationInterface = $steamApplicationInterface;
 }
 /**
  * Create a new command instance.
  *
  */
 public function __construct(SteamUserContract $steamUserInterface)
 {
     parent::__construct();
     $this->steamUserInterface = $steamUserInterface;
 }
Example #3
0
 /**
  * Create a new command instance.
  *
  */
 public function __construct()
 {
     parent::__construct();
 }