Skip to content

Commit

Permalink
Merge pull request #89 from artemsites/patch-8
Browse files Browse the repository at this point in the history
Update index.md
  • Loading branch information
mychidarko authored Mar 5, 2024
2 parents 272b09c + c855e78 commit f65f9c7
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 f65f9c7

Please sign in to comment.