function __construct(Topor $topor)
 {
     $this->topor = $topor;
     $this->best = $this->topor->best();
     parent::__construct();
 }
示例#2
0
 public function __construct(Geocoder $geocoder)
 {
     $this->geocoder = $geocoder;
     parent::__construct();
 }