We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e229f commit cd5ab26Copy full SHA for cd5ab26
src/Connection.php
@@ -14,7 +14,7 @@
14
15
use chillerlan\Database\Drivers\DriverInterface;
16
use chillerlan\Database\Query\{QueryBuilderInterface, QueryException};
17
-use chillerlan\Database\Traits\ClassLoader;
+use chillerlan\Traits\ClassLoader;
18
use Psr\SimpleCache\CacheInterface;
19
20
/**
@@ -54,8 +54,6 @@ class Connection implements DriverInterface{
54
*
55
* @param \chillerlan\Database\Options $options
56
* @param \Psr\SimpleCache\CacheInterface|null $cache
57
- *
58
- * @throws \chillerlan\Database\ConnectionException
59
*/
60
public function __construct(Options $options, CacheInterface $cache = null){
61
$this->options = $options;
0 commit comments