Init
This commit is contained in:
16
app/ui/Control/BaseControl.php
Normal file
16
app/ui/Control/BaseControl.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php declare(strict_types = 1);
|
||||
|
||||
namespace App\UI\Control;
|
||||
|
||||
use App\Model\Latte\TemplateProperty;
|
||||
use App\Modules\Base\BasePresenter;
|
||||
use Nette\Application\UI\Control;
|
||||
|
||||
/**
|
||||
* @property-read TemplateProperty $template
|
||||
* @property-read BasePresenter $presenter
|
||||
*/
|
||||
abstract class BaseControl extends Control
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user