Skip to content

Commit

Permalink
Update src/SDK/Resource/Detectors/Host.php
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Lightfoot-Wild <[email protected]>
  • Loading branch information
matt-hensley and ChrisLightfootWild authored Mar 28, 2024
1 parent ddb5180 commit 13b1e59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SDK/Resource/Detectors/Host.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ final class Host implements ResourceDetectorInterface
private const PATH_ETC_MACHINEID = 'etc/machine-id';
private const PATH_VAR_LIB_DBUS_MACHINEID = 'var/lib/dbus/machine-id';
private const PATH_ETC_HOSTID = 'etc/hostid';

public function __construct(
private readonly string $dir = '/',
private readonly string $os = PHP_OS_FAMILY,
Expand Down

0 comments on commit 13b1e59

Please sign in to comment.