Skip to content

Commit

Permalink
remove init method (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvsaintpe committed Dec 9, 2020
1 parent 7ef3a8b commit f4fc3c7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Extensions/AbstractComponent.php
Expand Up @@ -6,12 +6,4 @@

abstract class AbstractComponent
{
final public function __construct()
{
$this->init();
}

protected function init(): void
{
}
}

0 comments on commit f4fc3c7

Please sign in to comment.