* GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) */ namespace Panel; class MySQL extends \Panel { function beforeRoute($f3) { parent::beforeRoute($f3); } }