feat(demo): add story 1 — Sorano: Rock and Time
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Grav\Plugin\Api\Serializers;
|
||||
|
||||
interface SerializerInterface
|
||||
{
|
||||
public function serialize(object $resource, array $options = []): array;
|
||||
}
|
||||
Reference in New Issue
Block a user