diff --git a/src/modules/auth/index.md b/src/modules/auth/index.md index 45479447..e1ab5f3e 100755 --- a/src/modules/auth/index.md +++ b/src/modules/auth/index.md @@ -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'); ```