Skip to content

Commit

Permalink
remove device_type settings param
Browse files Browse the repository at this point in the history
  • Loading branch information
milost77 committed Nov 28, 2023
1 parent fee3691 commit 179ead0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/php/src/BitwardenSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class BitwardenSettings

private ?string $identity_url;

public function __construct($api_url = null, $identity_url = null, $device_type = null)
public function __construct($api_url = null, $identity_url = null)
{
$this->api_url = $api_url;
$this->identity_url = $identity_url;
Expand Down

0 comments on commit 179ead0

Please sign in to comment.