Skip to content

Commit

Permalink
Dev Fixed missing use statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Oct 5, 2015
1 parent aa62e6c commit 9899578
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions protected/models/Response.php
@@ -1,9 +1,7 @@
<?php
namespace ls\models;

use ls\models\Dynamic;
use ls\models\Question;
use ls\models\Survey;
use \Yii;

/**
* Relations
Expand Down

0 comments on commit 9899578

Please sign in to comment.