1
0
Fork 0
mirror of https://github.com/Findus23/plugin-ProfileAvatar.git synced 2024-09-19 15:23:45 +02:00
plugin-ProfileAvatar/ProfileAvatar.php
2021-02-14 21:24:18 +01:00

10 lines
106 B
PHP

<?php
namespace Piwik\Plugins\ProfileAvatar;
use Piwik\Plugin;
class ProfileAvatar extends Plugin
{
}