Skip to content

Commit

Permalink
Update src/Models/PrimaryIps/PrimaryIp.php
Browse files Browse the repository at this point in the history
  • Loading branch information
LKaemmerling committed Dec 16, 2024
1 parent 686e149 commit c92401f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/PrimaryIps/PrimaryIp.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class PrimaryIp extends Model implements Resource
* @param int|null $assignee_id
* @param bool $auto_delete
*/
public function __construct(int $id, string $name, string $created, string $ip, string $type, array $dns_ptr, bool $blocked, $protection, array $labels, $datacenter, string $assignee_type, int $assignee_id = null, bool $auto_delete)
public function __construct(int $id, string $name, string $created, string $ip, string $type, array $dns_ptr, bool $blocked, $protection, array $labels, $datacenter, string $assignee_type, int $assignee_id = null, bool $auto_delete=false)
{
$this->id = $id;
$this->name = $name;
Expand Down

0 comments on commit c92401f

Please sign in to comment.