Skip to content

Commit

Permalink
add directory property to Daemon resource
Browse files Browse the repository at this point in the history
  • Loading branch information
princejohnsantillan committed Aug 28, 2024
1 parent 3ee7588 commit d6add38
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Resources/Daemon.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit d6add38

Please sign in to comment.