Skip to content

Commit c51e191

Browse files
committed
tweak(TB) clean up Record Generic
1 parent a691890 commit c51e191

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tine20/Tinebase/Record/Generic.php

+1-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @package Tinebase
66
* @subpackage Record
77
* @license http://www.gnu.org/licenses/agpl.html AGPL Version 3
8-
* @copyright Copyright (c) 2017-2017 Metaways Infosystems GmbH (http://www.metaways.de)
8+
* @copyright Copyright (c) 2017-2024 Metaways Infosystems GmbH (http://www.metaways.de)
99
* @author Paul Mehrer <[email protected]>
1010
*/
1111

@@ -18,9 +18,4 @@
1818
class Tinebase_Record_Generic extends Tinebase_Record_Abstract
1919
{
2020
protected $_identifier = 'id';
21-
22-
public function setValidators(array $validators)
23-
{
24-
$this->_validators = $validators;
25-
}
2621
}

0 commit comments

Comments
 (0)