Start with snips content abstraction

This commit is contained in:
Tim
2023-04-15 13:20:07 +02:00
parent 980ea6af94
commit a405578f93
6 changed files with 53 additions and 11 deletions

View File

@ -0,0 +1,13 @@
<?php
namespace App\Service\SnipContent;
class SnipContentDB implements SnipContentInterface
{
public function __construct()
{
}
}