mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 05:47:11 +02:00
11 lines
185 B
PHP
11 lines
185 B
PHP
<?php
|
|
|
|
namespace App\Domain\RequestManagement;
|
|
|
|
/**
|
|
* @author kevinfrantz
|
|
*/
|
|
final class RequestedSourceService extends RequestedSource implements RequestedSourceServiceInterface
|
|
{
|
|
}
|