7 lines
52 B
PHP
7 lines
52 B
PHP
<?php
|
|
|
|
namespace App;
|
|
|
|
interface RecordInterface
|
|
{
|
|
} |