Skip to content

Commit c50bd65

Browse files
author
Greg Bowler
committed
Remove unused import from example
1 parent ea4d875 commit c50bd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ With the following PHP code below, you can display a log in button that, when cl
1212

1313
```php
1414
<?php
15-
use Authwave\Authenticator;use Gt\Session\SessionArrayWrapper;
15+
use Authwave\Authenticator;
1616
require __DIR__ . "/vendor/autoload.php";
1717

1818
// This constant can be loaded from your application's configuration

0 commit comments

Comments
 (0)