From 5f45078acf48e940071bdb176678c9ad53d6c644 Mon Sep 17 00:00:00 2001 From: sanek Date: Sun, 15 Mar 2015 15:35:55 +0300 Subject: [PATCH] new module --- models/Form.php | 2 ++ 1 file changed, 2 insertions(+) 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 -- libgit2 0.26.0