From d6add38e9b0c4e6c8a235533f38d5b09ec5d3bb3 Mon Sep 17 00:00:00 2001 From: Prince John Santillan Date: Wed, 28 Aug 2024 15:30:53 +0800 Subject: [PATCH] add directory property to Daemon resource --- src/Resources/Daemon.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Resources/Daemon.php b/src/Resources/Daemon.php index c2458d0..0230084 100644 --- a/src/Resources/Daemon.php +++ b/src/Resources/Daemon.php @@ -39,6 +39,13 @@ class Daemon extends Resource */ public $status; + /** + * The directory where the command is executed. + * + * @var string + */ + public $directory; + /** * The date/time the daemon was created. *