Skip to content

Commit e8d5080

Browse files
committed
phpdoc fix
1 parent b2375e7 commit e8d5080

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Connnection/Resolver.php

+10
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,16 @@ public function isResolved()
5858

5959
//end isResolved()
6060

61+
/**
62+
* Set the default db connection.
63+
*
64+
* @property string $driver
65+
* @property string $host
66+
* @property string $database
67+
* @property string $username
68+
* @property string $uuid
69+
* @property string $prefix
70+
*/
6171
public function setDefaultConnection()
6272
{
6373
$tenant = $this->getActiveTenant();

0 commit comments

Comments
 (0)