We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8121b commit e8874aeCopy full SHA for e8874ae
1 file changed
event/listener.php
@@ -0,0 +1,20 @@
1
+<?php
2
+/**
3
+*
4
+* Google Analytics extension for the phpBB Forum Software package.
5
6
+* @copyright (c) 2014 phpBB Limited <https://www.phpbb.com>
7
+* @license GNU General Public License, version 2 (GPL-2.0)
8
9
+*/
10
+
11
+namespace phpbb\googleanalytics\event;
12
13
+use Symfony\Component\EventDispatcher\EventSubscriberInterface;
14
15
16
+* Event listener
17
18
+class listener implements EventSubscriberInterface
19
+{
20
+}
0 commit comments