Skip to content

Commit

Permalink
feat: add annotation for method StatusHistory::whereStatusIsLatest
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Jan 3, 2025
1 parent c44d4a5 commit 89e72bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Admin/Models/StatusHistory.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* @property-read mixed $status_name
* @property-read \Igniter\Admin\Models\Status|null $status
* @method static \Igniter\Flame\Database\Builder<static>|StatusHistory applyRelated($model)
* @method static \Igniter\Flame\Database\Builder<static>|StatusHistory whereStatusIsLatest($statusId)
* @mixin \Illuminate\Database\Eloquent\Model
*/
class StatusHistory extends Model
Expand Down

0 comments on commit 89e72bc

Please sign in to comment.