Skip to content

Commit 0e0267f

Browse files
author
Oleksii
committed
fix namespace
1 parent a47acce commit 0e0267f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Turbosms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use SoapClient;
77
use yii\base\InvalidConfigException;
88
use yii\base\Component;
9-
use common\models\TurboSmsSent;
9+
use avat0r\turbosms\models\TurboSmsSent;
1010

1111
/**
1212
*

models/TurboSmsSent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace common\models;
3+
namespace avat0r\turbosms\models;
44

55
use Yii;
66

0 commit comments

Comments
 (0)