10 lines
59 B
PHP
10 lines
59 B
PHP
<?php
|
|
|
|
|
|
namespace App\Provider;
|
|
|
|
|
|
interface Repository
|
|
{
|
|
|
|
} |