postInfoWidget/src/My.php

20 lines
355 B
PHP

<?php
declare(strict_types=1);
namespace Dotclear\Plugin\postInfoWidget;
use Dotclear\Module\MyPlugin;
/**
* @brief postInfoWidget My helper.
* @ingroup postInfoWidget
*
* @author Jean-Christian Denis
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
*/
class My extends MyPlugin
{
// Use default permissions
}