Skip to content

Commit

Permalink
fix: remove type from AbstractValidation
Browse files Browse the repository at this point in the history
  • Loading branch information
64knl committed Jun 5, 2023
1 parent 64f379e commit e35087e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/NotFound/Layout/Validations/AbstractValidation.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

namespace NotFound\Layout\Validations;

use App\Services\Assets\Components\AbstractComponent;

abstract class AbstractValidation
{
public function __construct(
protected AbstractComponent $input,
protected $input,
) {
}

Expand Down

0 comments on commit e35087e

Please sign in to comment.