Skip to content

Commit 410bd8f

Browse files
authored
add missing use statement in class DecrementOptions (#146)
1 parent 1f19ade commit 410bd8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Couchbase/DecrementOptions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
namespace Couchbase;
2222

2323
use Couchbase\Utilities\Deprecations;
24+
use DateTimeInterface;
2425

2526
class DecrementOptions
2627
{

0 commit comments

Comments
 (0)