summaryrefslogtreecommitdiff
path: root/protected/models/Standort.php
diff options
context:
space:
mode:
Diffstat (limited to 'protected/models/Standort.php')
-rw-r--r--protected/models/Standort.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/protected/models/Standort.php b/protected/models/Standort.php
index b7eddcf..8d71707 100644
--- a/protected/models/Standort.php
+++ b/protected/models/Standort.php
@@ -103,4 +103,10 @@ class Standort extends CActiveRecord
'criteria'=>$criteria,
));
}
+
+ public function behaviors() {
+ return array(
+ 'LoggableBehavior'=>'application.modules.auditTrail.behaviors.LoggableBehavior',
+ );
+ }
} \ No newline at end of file