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