init
This commit is contained in:
9
app/Service/Entities/EntityInterface.php
Normal file
9
app/Service/Entities/EntityInterface.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Service\Entities;
|
||||
|
||||
interface EntityInterface
|
||||
{
|
||||
public function __construct(InputEntity $entity);
|
||||
public static function isValid(InputEntity $entity): bool;
|
||||
}
|
||||
Reference in New Issue
Block a user