Pawel Szczepanek

Results 1 issues of Pawel Szczepanek

In my not-small project I have in **composer.json**: ``` "require": { "whiteoctober/tcpdf-bundle": "dev-master", ``` and in AppKernel.php only: ``` $bundles = array( new WhiteOctober\TCPDFBundle\WhiteOctoberTCPDFBundle(), // ... ``` but unfortunately the...