Commit c28284495e589ff74fb0c5bdedd040499141819e

Authored by alex
1 parent bacfdfe5

fix 2

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
frontend/views/site/contact.php
@@ -4,8 +4,8 @@ @@ -4,8 +4,8 @@
4 * @var View $this 4 * @var View $this
5 * @var Feedback $contact 5 * @var Feedback $contact
6 */ 6 */
7 -  
8 - use artbox\core\models\Feedback; 7 +
  8 +use common\models\Feedback;
9 use common\models\Settings; 9 use common\models\Settings;
10 use frontend\assets\MapAsset; 10 use frontend\assets\MapAsset;
11 use yii\helpers\Html; 11 use yii\helpers\Html;