@@ -44,8 +44,8 @@ |
||
44 | 44 | */ |
45 | 45 | |
46 | 46 | /** |
47 | - * {@inheritdoc} |
|
48 | - */ |
|
47 | + * {@inheritdoc} |
|
48 | + */ |
|
49 | 49 | public function __construct($config = []) |
50 | 50 | { |
51 | 51 | parent::__construct($config); |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Yii; |
6 | 6 | use app\models\Content; |
7 | -use yii\helpers\Url; |
|
8 | 7 | |
9 | 8 | /** |
10 | 9 | * This is the model class for Weather content type. |