add debug to try/catch block Controller
This commit is contained in:
parent
6d506cbdd5
commit
b69638a417
|
@ -8,8 +8,8 @@ use Psr\Log\LoggerInterface;
|
||||||
|
|
||||||
class BillingController extends AbstractController
|
class BillingController extends AbstractController
|
||||||
{
|
{
|
||||||
private $logger;
|
protected $logger;
|
||||||
private $container;
|
protected $container;
|
||||||
|
|
||||||
public function __construct(ContainerInterface $container, LoggerInterface $logger)
|
public function __construct(ContainerInterface $container, LoggerInterface $logger)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue