6 lines
74 B
PHP
6 lines
74 B
PHP
<?php
|
|
|
|
namespace App\Interfaces\Customer;
|
|
|
|
interface CustomerInterface {}
|