mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2026-04-07 15:52:20 +00:00
8 lines
93 B
PHP
8 lines
93 B
PHP
<?php
|
|
|
|
namespace App\Domain\SourceManagement;
|
|
|
|
interface RequestedSourceServiceInterface
|
|
{
|
|
}
|