diff options
Diffstat (limited to 'app/Event/GenericEvent.php')
-rw-r--r-- | app/Event/GenericEvent.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Event/GenericEvent.php b/app/Event/GenericEvent.php index 1129fd16..94a51479 100644 --- a/app/Event/GenericEvent.php +++ b/app/Event/GenericEvent.php @@ -7,7 +7,7 @@ use Symfony\Component\EventDispatcher\Event as BaseEvent; class GenericEvent extends BaseEvent implements ArrayAccess { - private $container = array(); + protected $container = array(); public function __construct(array $values = array()) { |