@@ -13,6 +13,9 @@ |
||
13 | 13 | return $this->call($feature, $method); |
14 | 14 | } |
15 | 15 | |
16 | + /** |
|
17 | + * @param Feature $feature |
|
18 | + */ |
|
16 | 19 | protected function call($feature, string $method) |
17 | 20 | { |
18 | 21 | try { |