* @copyright Since 2014 PrestaShow.pl * @license https://prestashow.pl/license */ require_once dirname(__FILE__) . '/../../config.php'; use PShowSsoScoped\Prestashow\PrestaCore\Controller\SettingsController; class PShowSSOSettingsController extends SettingsController { public $select_menu_tab = 'subtab-PShowSSOMain'; }