Created
August 26, 2013 18:45
-
-
Save zetas/6344999 to your computer and use it in GitHub Desktop.
I must be a professional to have all these includes!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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