diff --git a/models/Form.php b/models/Form.php index 0e6aba5..1844d14 100644 --- a/models/Form.php +++ b/models/Form.php @@ -120,4 +120,6 @@ class Form extends Core return $this->hasMany(FormSendMessage::className(), ['form_id' => 'id']); } + + } \ No newline at end of file