Alexey Boroda
/
new-acdc
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
c28284495e589ff74fb0c5bdedd040499141819e
Authored by
alex
2018-07-31 14:33:29 +0300
1 parent
bacfdfe5
fix 2
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/views/site/contact.php
Inline
Side-by-side
frontend/views/site/contact.php
Wrap text
Show/Hide comments
View file @
c282844
...
...
@@ -4,8 +4,8 @@
4
4
* @var View $this
5
5
* @var Feedback $contact
6
6
*/
7
-
8
- use artbox\core\models\Feedback;
7
+
8
+use common\models\Feedback;
9
9
use common\models\Settings;
10
10
use frontend\assets\MapAsset;
11
11
use yii\helpers\Html;
...
...