Skip to content

Commit 52213fb

Browse files
committed
:octocat:
1 parent 895061c commit 52213fb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/DatabaseOptions.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212

1313
namespace chillerlan\Database;
1414

15-
use chillerlan\Traits\{
16-
Container, ContainerInterface
17-
};
15+
use chillerlan\Traits\ContainerAbstract;
1816

1917
/**
2018
* @property string $driver
@@ -43,6 +41,6 @@
4341
* @property string $cachekey_hash_algo
4442
* @property string $storage_path
4543
*/
46-
class DatabaseOptions implements ContainerInterface{
47-
use Container, DatabaseOptionsTrait;
44+
class DatabaseOptions extends ContainerAbstract{
45+
use DatabaseOptionsTrait;
4846
}

0 commit comments

Comments
 (0)