mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-04-21 20:24:07 +02:00
8 lines
115 B
PHP
8 lines
115 B
PHP
<?php
|
|
|
|
namespace Infinito\Entity\Source\Operation;
|
|
|
|
interface AndOperationInterface extends OperationInterface
|
|
{
|
|
}
|