10 lines
88 B
PHP
10 lines
88 B
PHP
<?php
|
|
|
|
|
|
namespace App\Provider;
|
|
|
|
|
|
interface StopRepository extends FluentRepository
|
|
{
|
|
}
|