Skip to content

Commit a1efaf7

Browse files
committed
Added @Property annotation on MongoDb driver
1 parent 465b91d commit a1efaf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/phpFastCache/Drivers/Mongodb/Driver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
/**
3131
* Class Driver
3232
* @package phpFastCache\Drivers
33+
* @property MongodbClient $instance Instance of driver service
3334
*/
3435
class Driver extends DriverAbstract
3536
{

0 commit comments

Comments
 (0)