Start with snips content abstraction
This commit is contained in:
13
src/Service/SnipContent/SnipContentDB.php
Normal file
13
src/Service/SnipContent/SnipContentDB.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Service\SnipContent;
|
||||
|
||||
class SnipContentDB implements SnipContentInterface
|
||||
{
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user