mirror of
https://github.com/CyanoFresh/SmartHomePHP.git
synced 2026-02-20 03:11:26 +01:00
11 lines
134 B
PHP
11 lines
134 B
PHP
<?php
|
|
|
|
namespace app\widgets;
|
|
|
|
use yii\base\Widget;
|
|
|
|
class PanelWidget extends Widget
|
|
{
|
|
// TODO: render rooms and items in them
|
|
}
|