App\Http\Controllers\TaxRateApiController::__construct PHP Method

__construct() public method

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