Skip to content

Commit

Permalink
Update src/BigBlueButton.php
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Jacobi <felix@jacobi-hamburg.net>
  • Loading branch information
SamuelWei and FelixJacobi authored Aug 30, 2023
1 parent f4107af commit 4c4a96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BigBlueButton.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class BigBlueButton
*
* @throws ConfigException
*/
public function __construct(?string $baseUrl = null, ?string $secret = null, ?TransportInterface $transport = null, ?string $hashAlgorithm = 'sha1')
public function __construct(?string $baseUrl = null, ?string $secret = null, ?TransportInterface $transport = null, string $hashAlgorithm = 'sha1')
{
// Keeping backward compatibility with older deployed versions
$this->securitySecret = $secret ?: getenv('BBB_SECURITY_SALT') ?: getenv('BBB_SECRET');
Expand Down

0 comments on commit 4c4a96c

Please sign in to comment.