1 <?php
2 /**
3  * DokuWiki Plugin oauthdiscord (Helper Component)
4  *
5  * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
6  * @author  Andreas Gohr <dokuwiki@cosmocode.de>
7  */
8 class helper_plugin_oauthdiscord extends \dokuwiki\Extension\Plugin
9 {
10 
11 }
12