10 lines
158 B
PHP
10 lines
158 B
PHP
<?php
|
|
|
|
namespace App\Domain\Search\Tiles\SubSection;
|
|
|
|
class SubSectionTile
|
|
{
|
|
public function __construct(
|
|
public readonly string $title
|
|
) {}
|
|
} |