Skip to content

Commit

Permalink
Merge pull request #182 from princejohnsantillan/3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk authored Aug 28, 2024
2 parents 3ee7588 + d6add38 commit fd19290
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 fd19290

Please sign in to comment.