This repository has been archived on 2025-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
host_friseurteam/friseurteam/dbd/tbl/locale_string.php
2014-06-17 20:38:19 +02:00

6 lines
129 B
PHP

<?php
namespace DBD;
class locale_string extends \SYSTEM\DBD\system_locale_string {
const CATEGORY_FRISEURTEAM_TEXT = 1;
}