Skip to content

Commit

Permalink
WebLoader component: compatibility with Nette 3
Browse files Browse the repository at this point in the history
  • Loading branch information
EdaCZ authored Oct 19, 2020
1 parent b233e2d commit 828741c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion WebLoader/Nette/WebLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ abstract class WebLoader extends \Nette\Application\UI\Control

public function __construct(Compiler $compiler, $tempPath)
{
parent::__construct();
$this->compiler = $compiler;
$this->tempPath = $tempPath;
}
Expand Down

0 comments on commit 828741c

Please sign in to comment.