Skip to content

Commit e35087e

Browse files
committed
fix: remove type from AbstractValidation
1 parent 64f379e commit e35087e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/NotFound/Layout/Validations/AbstractValidation.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22

33
namespace NotFound\Layout\Validations;
44

5-
use App\Services\Assets\Components\AbstractComponent;
6-
75
abstract class AbstractValidation
86
{
97
public function __construct(
10-
protected AbstractComponent $input,
8+
protected $input,
119
) {
1210
}
1311

0 commit comments

Comments
 (0)