| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 4 |
| Lines | 8 |
| Ratio | 100 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | View Code Duplication | public function handle(Closure $closure) |
|
| 27 | { |
||
| 28 | $this->strict( |
||
| 29 | $closure->bindTo($this)->__invoke($this->getMessage(), [$this, 'fail']) |
||
| 30 | ); |
||
| 31 | |||
| 32 | return $this->toResponse(); |
||
| 33 | } |
||
| 34 | |||
| 45 |