@@ -132,7 +132,7 @@ |
||
| 132 | 132 | } |
| 133 | 133 | |
| 134 | 134 | /** |
| 135 | - * @return PDO |
|
| 135 | + * @return \PDO |
|
| 136 | 136 | */ |
| 137 | 137 | public function getDbAdapter() |
| 138 | 138 | { |
@@ -2,9 +2,7 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Bone\Mvc; |
| 4 | 4 | |
| 5 | -use Bone\Db\Adapter\MySQL; |
|
| 6 | 5 | use Bone\Mvc\View\Extension\Plates\Translate; |
| 7 | -use Bone\Server\Environment; |
|
| 8 | 6 | use Bone\Service\LoggerFactory; |
| 9 | 7 | use Bone\Service\MailService; |
| 10 | 8 | use Bone\Service\TranslatorFactory; |
@@ -59,6 +59,9 @@ |
||
| 59 | 59 | return $config; |
| 60 | 60 | } |
| 61 | 61 | |
| 62 | + /** |
|
| 63 | + * @param string $path |
|
| 64 | + */ |
|
| 62 | 65 | private function globLoadConfig($path) |
| 63 | 66 | { |
| 64 | 67 | if (file_exists($path)) { |