Skip to content

Commit 8522d13

Browse files
author
Михаил
authored
Update TicketType.php
Make class vars protected
1 parent 586e337 commit 8522d13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Form/Type/TicketType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class TicketType extends AbstractType
1212
{
13-
private $ticketClass;
13+
protected $ticketClass;
1414

1515
public function __construct($ticketClass)
1616
{

0 commit comments

Comments
 (0)