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
| <?php | |
| namespace Api\Controller\Client\BankStatement; | |
| use Api\Controller\Base\BaseRestController; | |
| use Api\Form\Submit\Client\BankStatement\BankStatementFileType; | |
| use Api\Response\ApiException; | |
| use Api\Response\ApiFormException; | |
| use FinCore\Domain\Client\Contract\CommandBus\Commands\UploadBankStatementCommand; | |
| use MessageBus\Alias\CommandBusInterface; |
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
| <?php | |
| namespace Api\Controller\Client\BankStatement; | |
| use Api\Controller\Base\BaseRestController; | |
| use Api\Form\Submit\Client\BankStatement\BankStatementType; | |
| use Api\Response\ApiException; | |
| use Api\Response\ApiFormException; | |
| use FinCore\Domain\Client\Contract\CommandBus\Commands\UploadBankStatementCommand; | |
| use MessageBus\Alias\CommandBusInterface; |
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
| ### Keybase proof | |
| I hereby claim: | |
| * I am lakiboy on github. | |
| * I am lakiboy83 (https://keybase.io/lakiboy83) on keybase. | |
| * I have a public key ASAkY5tyvuewdUifGoHRIyF7IMzzJibDqGjjygdGJtHcNgo | |
| To claim this, I am signing this object: |
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
| <?php | |
| namespace Cinemania\CoreBundle\SimpleBus; | |
| use OldSound\RabbitMqBundle\RabbitMq\Fallback; | |
| use OldSound\RabbitMqBundle\RabbitMq\ProducerInterface; | |
| use Symfony\Component\DependencyInjection\ContainerInterface; | |
| class DelegatingProducer extends Fallback | |
| { |