diff --git a/models/AppAttachment.php b/models/AppAttachment.php index 6f7bce2..63345f5 100644 --- a/models/AppAttachment.php +++ b/models/AppAttachment.php @@ -28,7 +28,7 @@ class AppAttachment extends ActiveRecord */ public static function tableName() { - return 'app_attachment'; + return '{{%attachment}}'; } /**