Messing with voters

This commit is contained in:
2024-10-30 17:44:47 +01:00
parent b991ae8d00
commit b7381eafa3
8 changed files with 104 additions and 30 deletions

7
src/VocabInterface.php Normal file
View File

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