mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-08-21 19:25:03 +02:00
11 lines
174 B
PHP
11 lines
174 B
PHP
<?php
|
|
|
|
namespace App\Domain\SecureCRUDManagement\CRUD\Read;
|
|
|
|
/**
|
|
* @author kevinfrantz
|
|
*/
|
|
interface SecureSourceReadServiceInterface extends SecureReadServiceInterface
|
|
{
|
|
}
|