Plugin.php 94 B

12345678
  1. <?php
  2. namespace App;
  3. use Tools\Plugin as ToolsPlugin;
  4. class Plugin extends ToolsPlugin {
  5. }