Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
artemsites authored Dec 21, 2023
1 parent 272b09c commit c855e78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/modules/auth/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,12 @@ auth()->connect(
$host = '',
string $dbname = '',
string $user = '',
string $password = ''
string $password = '',
string $dbtype = ''
);

// example
auth()->connect('127.0.0.1', 'dbname', 'root', '');
auth()->connect('127.0.0.1', 'dbname', 'root', '', 'mysql');
```

</div>
Expand Down

0 comments on commit c855e78

Please sign in to comment.