Skip to content

Commit

Permalink
fix(documentator): Empty Requirements output.
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed Aug 28, 2023
1 parent bdb767f commit e65dbad
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
?>
# Requirements

@if($requirements)
| Requirement | Constraint | Supported by |
|--------------|---------------------|------------------|
@foreach ($packages as $key => $title)
Expand All @@ -15,3 +16,6 @@
@endforeach |
@endforeach
@endforeach
@else
_No requirements._
@endif

0 comments on commit e65dbad

Please sign in to comment.