We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47acce commit 0e0267fCopy full SHA for 0e0267f
Turbosms.php
@@ -6,7 +6,7 @@
6
use SoapClient;
7
use yii\base\InvalidConfigException;
8
use yii\base\Component;
9
-use common\models\TurboSmsSent;
+use avat0r\turbosms\models\TurboSmsSent;
10
11
/**
12
*
models/TurboSmsSent.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-namespace common\models;
+namespace avat0r\turbosms\models;
4
5
use Yii;
0 commit comments