mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Implemented test and logic for AbstractOperation
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Entity\Source\Operation;
|
||||
|
||||
use App\Entity\Source\Operation\Attribut\OperandsAttributInterface;
|
||||
use App\Logic\Operation\OperationInterface as OperationInterfaceOrigine;
|
||||
|
||||
interface OperationInterface extends OperandsAttributInterface, OperationInterfaceOrigine
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user