Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@humbertoromanojr
Created February 18, 2016 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save humbertoromanojr/15830211dca25ef5cf6d to your computer and use it in GitHub Desktop.
Save humbertoromanojr/15830211dca25ef5cf6d to your computer and use it in GitHub Desktop.
namespace App\Controller;
use Cart\Model\Table\Cart;
use Cake\Network\Exception\NotFoundException;
use CorreioXml\Correios\Correios;
use CorreioXml\Correios\Configure;
class CartController extends AppController {
===========================================================
namespace CorreioXml\Correios\Correios;
class Configure
==================================================
namespace CorreioXml\Correios;
use Cake\Utility\Xml;
use GuzzLeHttp\Client;
class Configure {
public $configure;
public function __construct(Configure $configure)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment