7 lines
51 B
PHP
7 lines
51 B
PHP
<?php
|
|
|
|
namespace App;
|
|
|
|
interface VocabInterface
|
|
{
|
|
} |