Record deletion logic (maybe)

This commit is contained in:
2024-11-07 08:06:17 +01:00
parent 36185d0539
commit 3c2b804498
14 changed files with 197 additions and 20 deletions

7
src/RecordInterface.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
namespace App;
interface RecordInterface
{
}