File "awbErrors.php"

Full path: /home/kosmetik/public_html/api/fan_courier/sursa/awbErrors.php
File size: 440 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

/**
 * @file
 * Contains \FanCourier\Endpoint\awbErrors.
 */

namespace FanCourier\Endpoint;

use FanCourier\Endpoint\Endpoint;

/**
 * Controller for FanCourier AWB errors.
 *
 * @author [email protected]
 */
class awbErrors extends Endpoint {

  use \FanCourier\Plugin\csv\csvResult;

  /**
   * Endpoint url.
   *
   * @var string 
   */
  protected $url = 'https://www.selfawb.ro/export_lista_erori_imp_awb_integrat.php';

}