Skip to content

Commit

Permalink
docs: add phpdoc description to AvailableInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhendrickson13 committed May 21, 2024
1 parent 2501367 commit 7d0038c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ namespace RESTAPI\Models;
use RESTAPI\Core\Model;
use RESTAPI\Fields\StringField;

/**
* Defines a Model for interfaces that are available to assign on this system.
*/
class AvailableInterface extends Model {
public StringField $if;
public StringField $mac;
Expand Down

0 comments on commit 7d0038c

Please sign in to comment.