mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-04-16 02:06:23 +02:00
11 lines
184 B
PHP
11 lines
184 B
PHP
<?php
|
|
|
|
namespace App\Domain\SourceManagement;
|
|
|
|
/**
|
|
* @author kevinfrantz
|
|
*/
|
|
final class RequestedSourceService extends RequestedSource implements RequestedSourceServiceInterface
|
|
{
|
|
}
|