We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a892d4c commit 1393783Copy full SHA for 1393783
src/module/Phpug/config/module.config.php
@@ -373,6 +373,21 @@
373
'label' => 'About',
374
'route' => 'ug/about',
375
),
376
+ array(
377
+ 'label' => 'Slack',
378
+ 'uri' => 'https://phpug.slack.com',
379
+ 'pages' => array(
380
381
+ 'label' => 'Usergroup-Team',
382
383
+ ),
384
385
+ 'label' => 'Get an Invitation',
386
+ 'uri' => 'http://murmuring-forest-7062.herokuapp.com',
387
+ )
388
389
390
+
391
392
393
'service_manager' => array(
0 commit comments