8 lines
62 B
PHP
8 lines
62 B
PHP
<?php
|
|
namespace App\Contracts;
|
|
|
|
interface MomentContract
|
|
{
|
|
|
|
}
|