Core/tests/plugins/testDisabledPlugin/header.php

11 lines
159 B
PHP
Raw Normal View History

<?php
namespace FuzeWorks\Plugins;
use FuzeWorks\PluginInterface;
class TestDisabledPluginHeader implements PluginInterface
{
public function init()
{
}
}