Skip to content

Instantly share code, notes, and snippets.

@HitnyCZ
HitnyCZ / AjaxControl.php
Created March 2, 2021 10:32
Naja event success
<?php
declare(strict_types = 1);
namespace App\Controls;
use Nette\Application\UI\Control;
class AjaxControl extends Control
{