@@ -12,8 +12,8 @@ |
||
| 12 | 12 | private array $methods, |
| 13 | 13 | private string $name, |
| 14 | 14 | private ?array $where, |
| 15 | - private ?string|?\Closure $after, |
|
| 16 | - private ?string|?\Closure $before, |
|
| 15 | + private ?string | ?\Closure $after, |
|
| 16 | + private ?string | ?\Closure $before, |
|
| 17 | 17 | private ?array $attributes, |
| 18 | 18 | private ?array $middleware |
| 19 | 19 | ) {} |