Skip to content

Commit

Permalink
Update Grant.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pogromistik authored Feb 1, 2019
1 parent 2407497 commit 1042e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/models/clients/Grant.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ class Grant extends Model
public $Privilege;

/**
* @var \directapi\components\Model
* @var \directapi\common\enum\YesNoEnum
*/
public $Value;

/**
* @var string
*/
public $Agency;
}
}

0 comments on commit 1042e91

Please sign in to comment.