add debug to try/catch block Controller

This commit is contained in:
Cyprian Beauvois 2019-07-16 16:04:55 +02:00
parent 6d506cbdd5
commit b69638a417
1 changed files with 2 additions and 2 deletions

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)
{