Skip to content

Commit

Permalink
Hotfix (#20)
Browse files Browse the repository at this point in the history
* Hotfix
  • Loading branch information
antonovsky authored Nov 16, 2020
1 parent 559b9b0 commit 875051a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions StubsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ public function actionIndex()
$class = $component['class'];
} elseif (isset($component['__class'])) {
$class = $component['class'];
} else {
continue;
}

if (isset($class)) {
Expand Down

0 comments on commit 875051a

Please sign in to comment.