Skip to content

Commit

Permalink
No need for the empty constructor here
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBernskiold committed Feb 16, 2024
1 parent a988fe2 commit ee0a15a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Presentation/PresentationSlide.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,5 @@ abstract class PresentationSlide
{
use Makeable;

public function __construct()
{
}

abstract public function __invoke(): BaseSlide;
}

0 comments on commit ee0a15a

Please sign in to comment.