| 12345678910111213141516 |
- <?php
- /*
- * This file is part of MODX Revolution.
- *
- * Copyright (c) MODX, LLC. All Rights Reserved.
- *
- * For complete copyright and license information, see the COPYRIGHT and LICENSE
- * files found in the top-level directory of this distribution.
- */
- require_once (strtr(realpath(dirname(__DIR__)), '\\', '/') . '/modresourcegroup.class.php');
- /**
- * @package modx
- * @subpackage mysql
- */
- class modResourceGroup_mysql extends modResourceGroup {}
|