25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- <?php
-
- declare(strict_types=1);
-
- namespace App\ViewModels;
-
- class HomeIndexViewModel
- {
- public string $title = '';
- public string $eyebrow = '';
- public string $message = '';
- public string $routeExample = '';
- }
|