Skip to content

Instantly share code, notes, and snippets.

View Thoronir42's full-sized avatar

Štěpán Ševčík Thoronir42

View GitHub Profile
<?php declare(strict_types=1);
namespace App\Presenters;
use Nette\Application\UI\Form;
use Nette\Application\UI\Presenter;
use Nette\Forms\Controls\TextInput;
use Nette\Utils\DateTime;
class ProductArticlePresenter extends Presenter