mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Implemented PureSource
This commit is contained in:
10
application/src/Entity/Source/PureSourceInterface.php
Normal file
10
application/src/Entity/Source/PureSourceInterface.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Entity\Source;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
interface PureSourceInterface extends SourceInterface
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user