forked from rebillar/site-accueil-insa
13 lines
232 B
PHP
13 lines
232 B
PHP
<?php
|
|
/**
|
|
* Matomo - free/libre analytics platform
|
|
*
|
|
* @link http://matomo.org
|
|
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
|
|
*/
|
|
|
|
namespace Piwik\Plugins\Morpheus;
|
|
|
|
class Morpheus extends \Piwik\Plugin
|
|
{
|
|
}
|