Skip to content

Instantly share code, notes, and snippets.

@zetas
Created August 26, 2013 18:45
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 zetas/6344999 to your computer and use it in GitHub Desktop.
Save zetas/6344999 to your computer and use it in GitHub Desktop.
I must be a professional to have all these includes!
namespace Main\TradeBundle\Controller;
use JMS\DiExtraBundle\Annotation as DI;
use JMS\Payment\CoreBundle\Entity\Payment;
use JMS\Payment\CoreBundle\PluginController\Result;
use JMS\Payment\CoreBundle\Plugin\Exception\ActionRequiredException;
use JMS\Payment\CoreBundle\Plugin\Exception\Action\VisitUrl;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\RedirectResponse;
use Main\TradeBundle\Entity\Order;
use Main\TradeBundle\Entity\Trade;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment