Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit 5c11b65

Browse files
committed
Use single quotes
1 parent 188f678 commit 5c11b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TwoFactorAuthManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function provider($driver = null)
2828
protected function createMessageBirdDriver()
2929
{
3030
return new MessageBirdVerify(
31-
new Client($this->app['config']["twofactor-auth.providers.messagebird.key"])
31+
new Client($this->app['config']['twofactor-auth.providers.messagebird.key'])
3232
);
3333
}
3434

0 commit comments

Comments
 (0)