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

__construct() public method

public __construct ( VendorRepository $vendorRepo )
$vendorRepo App\Ninja\Repositories\VendorRepository
    public function __construct(VendorRepository $vendorRepo)
    {
        parent::__construct();
        $this->vendorRepo = $vendorRepo;
    }