Skip to content

Commit

Permalink
Readme tiny type
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammetsafak committed Jul 14, 2022
1 parent f218c42 commit 38aba19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class BasicAuthAdapter extends InitPHP\Auth\AbstractAdapter

```php
$segment = new \InitPHP\Auth\Segment('', \App\BasicAuthAdapter::class, [
'dsn' => 'mysqli:host=localhost;dbname=test_database;charset=utf8mb4',
'dsn' => 'mysql:host=localhost;dbname=test_database;charset=utf8mb4',
'username' => 'root',
'password' => ''
]);
Expand Down

0 comments on commit 38aba19

Please sign in to comment.