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 895061c commit 52213fbCopy full SHA for 52213fb
1 file changed
src/DatabaseOptions.php
@@ -12,9 +12,7 @@
12
13
namespace chillerlan\Database;
14
15
-use chillerlan\Traits\{
16
- Container, ContainerInterface
17
-};
+use chillerlan\Traits\ContainerAbstract;
18
19
/**
20
* @property string $driver
@@ -43,6 +41,6 @@
43
41
* @property string $cachekey_hash_algo
44
42
* @property string $storage_path
45
*/
46
-class DatabaseOptions implements ContainerInterface{
47
- use Container, DatabaseOptionsTrait;
+class DatabaseOptions extends ContainerAbstract{
+ use DatabaseOptionsTrait;
48
}
0 commit comments