* @link http://www.netcommons.org NetCommons Project * @license http://www.netcommons.org/license.txt NetCommons License * @copyright Copyright 2014, NetCommons Project */ App::uses('AppModel', 'Model'); /** * ThemeSettingsApp Model * * @package NetCommons\ThemeSettings\Model */ class ThemeSettingsAppModel extends AppModel { }