Skip to content

Commit 87f441d

Browse files
committed
Update AsyncDb class documentation to clarify async query builder support
1 parent a06bf79 commit 87f441d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Api/AsyncDb.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
use Rcalicdan\FiberAsync\QueryBuilder\AsyncQueryBuilder;
88

99
/**
10-
* AsyncDb API - Main entry point for auto-configured async database operations.
10+
* AsyncDb API - Main entry point for auto-configured async database operations
11+
* with asynchonous query builder support.
1112
*
1213
* This API automatically loads configuration from .env and config/database.php
1314
* the first time it is used, providing a zero-setup experience for the developer.

0 commit comments

Comments
 (0)