mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 01:49:05 +02:00
Fixed coding style.
This commit is contained in:
parent
0a94689d98
commit
f2ff77a8b3
44 changed files with 435 additions and 387 deletions
|
@ -30,7 +30,7 @@ use Symfony\Component\HttpKernel\Event\FilterResponseEvent;
|
|||
|
||||
final class SymfonyDebugToolbarSubscriber implements EventSubscriberInterface
|
||||
{
|
||||
protected $kernel;
|
||||
private $kernel;
|
||||
|
||||
public function __construct(ContainerInterface $kernel)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue