Skip to content

Commit cd5ab26

Browse files
committed
:ocatocat: use chillerlan\Traits\ClassLoader
1 parent 85e229f commit cd5ab26

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Connection.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
use chillerlan\Database\Drivers\DriverInterface;
1616
use chillerlan\Database\Query\{QueryBuilderInterface, QueryException};
17-
use chillerlan\Database\Traits\ClassLoader;
17+
use chillerlan\Traits\ClassLoader;
1818
use Psr\SimpleCache\CacheInterface;
1919

2020
/**
@@ -54,8 +54,6 @@ class Connection implements DriverInterface{
5454
*
5555
* @param \chillerlan\Database\Options $options
5656
* @param \Psr\SimpleCache\CacheInterface|null $cache
57-
*
58-
* @throws \chillerlan\Database\ConnectionException
5957
*/
6058
public function __construct(Options $options, CacheInterface $cache = null){
6159
$this->options = $options;

0 commit comments

Comments
 (0)