* @copyright 2014-16 by Ralf Becker * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @package api * @version $Id$ */ use EGroupware\Api; /** * Managing custom-field definitions * * @deprecated use Api\Storage\Customfields */ class egw_customfields extends Api\Storage\Customfields { }