@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Api\Model; |
4 | 4 | |
5 | -use Zend\Db\Adapter\AdapterInterface; |
|
6 | -use Api\Helper\Utils; |
|
7 | - |
|
8 | 5 | class IndicatorTransactionScript |
9 | 6 | { |
10 | 7 |
@@ -8,8 +8,8 @@ |
||
8 | 8 | class IndicatorTransactionScript |
9 | 9 | { |
10 | 10 | |
11 | - function __construct() |
|
12 | - { |
|
13 | - # code... |
|
14 | - } |
|
11 | + function __construct() |
|
12 | + { |
|
13 | + # code... |
|
14 | + } |
|
15 | 15 | } |
16 | 16 | \ No newline at end of file |