Wire admin studio SSR and search infrastructure
This commit is contained in:
@@ -4,7 +4,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace App\Support\Seo;
|
||||
|
||||
final class SeoData
|
||||
use Illuminate\Contracts\Support\Arrayable;
|
||||
|
||||
/** @implements Arrayable<string, mixed> */
|
||||
final class SeoData implements Arrayable
|
||||
{
|
||||
/**
|
||||
* @param array<string, mixed> $attributes
|
||||
|
||||
Reference in New Issue
Block a user