@@ -38,7 +38,7 @@ |
||
| 38 | 38 | */ |
| 39 | 39 | public function __construct(Pointcut $pointcut, Interceptor $interceptor) |
| 40 | 40 | { |
| 41 | - $this->pointcut = $pointcut; |
|
| 41 | + $this->pointcut = $pointcut; |
|
| 42 | 42 | parent::__construct($interceptor); |
| 43 | 43 | } |
| 44 | 44 | |