8 lines
70 B
PHP
8 lines
70 B
PHP
<?php
|
|
|
|
namespace Kiri\Abstracts;
|
|
|
|
interface LocalServiceInterface
|
|
{
|
|
|
|
} |