App\Http\Controllers\TaxRateApiController::__construct PHP Méthode

__construct() public méthode

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