Skip to content

Instantly share code, notes, and snippets.

View humbertoromanojr's full-sized avatar

Humberto Junior humbertoromanojr

View GitHub Profile
<?php
namespace App\Controller;
use Cart\Model\Table\Cart;
use Cake\Network\Exception\NotFoundException;
class CartController extends AppController {
public function index()
<?php
namespace App\Controller;
use Cart\Model\Table\Cart;
use Cake\Network\Exception\NotFoundException;
use correioXml\Correios\Configure;
class CartController extends AppController {
public function index()
<?php
namespace App\Controller;
use Cart\Model\Table\Cart;
use Cake\Network\Exception\NotFoundException;
use CorreioXml\Correios\Correios;
class CartController extends AppController {
public function index()
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 {
===========================================================