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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/protected/models/Standort.php b/protected/models/Standort.php
index 8d71707..f64ea51 100644
--- a/protected/models/Standort.php
+++ b/protected/models/Standort.php
@@ -33,7 +33,7 @@ class Standort extends CActiveRecord
*/
public function tableName()
{
- return 'standort';
+ return 'standorte';
}
/**