<?php declare(strict_types=1); /* * This file is part of Oveleon ContaoMemberExtension Bundle. * * @package contao-member-extension-bundle * @license MIT * @author Sebastian Zoglowek <https://github.com/zoglo> * @author Daniele Sciannimanica <https://github.com/doishub> * @author Fabian Ekert <https://github.com/eki89> * @copyright Oveleon <https://www.oveleon.de/> */ // Back end modules $GLOBALS['BE_MOD']['system']['member_settings'] = [ 'tables' => ['tl_member_settings'], 'hideInNavigation' => true ];