mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-04-21 20:24:07 +02:00
11 lines
131 B
PHP
11 lines
131 B
PHP
<?php
|
|
|
|
namespace Infinito\Entity\Source;
|
|
|
|
/**
|
|
* @author kevinfrantz
|
|
*/
|
|
interface PureSourceInterface extends SourceInterface
|
|
{
|
|
}
|