| 1 | <?php namespace Nord\Lumen\Doctrine\ORM\Configuration; |
||
| 5 | class SqlAdapter implements ConfigurationAdapterContract |
||
| 6 | { |
||
| 7 | |||
| 8 | /** |
||
| 9 | * @inheritdoc |
||
| 10 | */ |
||
| 11 | public function map(array $config) |
||
| 24 | |||
| 25 | |||
| 26 | /** |
||
| 27 | * @param $driver |
||
| 28 | * |
||
| 29 | * @return string |
||
| 30 | */ |
||
| 31 | private function normalizeDriver($driver) |
||
| 41 | } |
||
| 42 |