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.

14 satır
224B

  1. <?php
  2. declare(strict_types=1);
  3. namespace App\ViewModels;
  4. class HomeIndexViewModel
  5. {
  6. public string $title = '';
  7. public string $eyebrow = '';
  8. public string $message = '';
  9. public string $routeExample = '';
  10. }

Powered by TurnKey Linux.