예제 #1
0
 function __construct(RegisterDriverValidator $registerDriverValidator, Paypal $paypal)
 {
     parent::__construct();
     $this->registerDriverValidator = $registerDriverValidator;
     $this->paypal = $paypal;
 }
예제 #2
0
 function __construct(Paypal $paypal)
 {
     parent::__construct();
     $this->paypal = $paypal;
 }
예제 #3
0
 public function __construct(FlysystemManager $flysystem)
 {
     parent::__construct();
     $this->flysystem = $flysystem;
 }