Skip to content

Commit ccf34bd

Browse files
committed
typo
1 parent fa97a19 commit ccf34bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ private function addAuthenticationPluiginNode()
248248
}
249249
break;
250250
case 'bearer':
251-
if (empty($config['bearer'])) {
251+
if (empty($config['token'])) {
252252
throw new InvalidConfigurationException('Authentication "bearer" requires a "token".');
253253
}
254254
break;

0 commit comments

Comments
 (0)