@@ -28,6 +28,9 @@ |
||
28 | 28 | return $class . $this->getInterceptors($bind); |
29 | 29 | } |
30 | 30 | |
31 | + /** |
|
32 | + * @param string $class |
|
33 | + */ |
|
31 | 34 | private function hasNoBinding($class, BindInterface $bind) : bool |
32 | 35 | { |
33 | 36 | $hasMethod = $this->hasBoundMethod($class, $bind); |