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

11 lines
106 B
PHP
Raw Normal View History

2020-05-20 10:41:04 +02:00
<?php
namespace Piwik\Plugins\ProfileAvatar;
use Piwik\Plugin;
class ProfileAvatar extends Plugin
{
}