for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Symnedi\EventDispatcher\Tests\NetteEvent\DispatchSource;
use Nette\Application\UI\Presenter;
final class HomepagePresenter extends Presenter
{
public function actionDefault()
$this->terminate();
}