mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-04-16 02:06:23 +02:00
11 lines
126 B
PHP
11 lines
126 B
PHP
<?php
|
|
|
|
namespace App\Entity\Source;
|
|
|
|
/**
|
|
* @author kevinfrantz
|
|
*/
|
|
interface PureSourceInterface extends SourceInterface
|
|
{
|
|
}
|