Skip to content

Commit

Permalink
phpdoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
weezqyd committed Mar 20, 2017
1 parent b2375e7 commit e8d5080
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Connnection/Resolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ public function isResolved()

//end isResolved()

/**
* Set the default db connection.
*
* @property string $driver
* @property string $host
* @property string $database
* @property string $username
* @property string $uuid
* @property string $prefix
*/
public function setDefaultConnection()
{
$tenant = $this->getActiveTenant();
Expand Down

0 comments on commit e8d5080

Please sign in to comment.