add debug to try/catch block Controller

This commit is contained in:
2019-07-16 16:04:55 +02:00
parent 6d506cbdd5
commit b69638a417

View File

@@ -8,8 +8,8 @@ use Psr\Log\LoggerInterface;
class BillingController extends AbstractController
{
private $logger;
private $container;
protected $logger;
protected $container;
public function __construct(ContainerInterface $container, LoggerInterface $logger)
{