|
@@ -1,9 +1,9 @@ |
|
|
block discarded – undo |
|
1
|
1
|
<?php
|
|
2
|
2
|
namespace Kir\Services\Cmd\Dispatcher\Builder;
|
|
3
|
3
|
|
|
4
|
|
-use Ioc\MethodInvoker;
|
|
5
|
|
-use Kir\Services\Cmd\Dispatcher\AttributeRepositories\MySQLAttributeRepository;
|
|
6
|
|
-use Kir\Services\Cmd\Dispatcher\Dispatchers\DefaultDispatcher;
|
|
|
4
|
+use Ioc\MethodInvoker; |
|
|
5
|
+use Kir\Services\Cmd\Dispatcher\AttributeRepositories\MySQLAttributeRepository; |
|
|
6
|
+use Kir\Services\Cmd\Dispatcher\Dispatchers\DefaultDispatcher; |
|
7
|
7
|
use PDO;
|
|
8
|
8
|
|
|
9
|
9
|
class MySQLBuilder {
|
Please login to merge, or discard this patch.