8 lines
81 B
PHP
8 lines
81 B
PHP
<?php
|
|
|
|
namespace cooini\Inirepo\pluginManager;
|
|
|
|
interface installerInterface
|
|
{
|
|
|
|
} |