App\Http\Controllers\TaxRateApiController::__construct PHP Метод

__construct() публичный Метод

TaxRateApiController constructor.
public __construct ( TaxRateRepository $taxRateRepo )
$taxRateRepo App\Ninja\Repositories\TaxRateRepository
    public function __construct(TaxRateRepository $taxRateRepo)
    {
        parent::__construct();
        $this->taxRateRepo = $taxRateRepo;
    }