Skip to content

Commit 86a230f

Browse files
committed
Add DbalTypeResolverTrait into DbalContext class
1 parent 39ef70e commit 86a230f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/dbal/DbalContext.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
class DbalContext implements Context
2121
{
22+
use DbalTypeResolverTrait;
23+
2224
/**
2325
* @var Connection
2426
*/

0 commit comments

Comments
 (0)