I fucked up :3

This commit is contained in:
2026-04-19 19:29:31 +02:00
parent b6a258b3cf
commit eacf0ab7fd
5 changed files with 8 additions and 9 deletions
-2
View File
@@ -2,8 +2,6 @@
namespace src;
use http\Exception\RuntimeException;
class View
{
+1 -1
View File
@@ -6,6 +6,6 @@ class HomeData
{
public function __construct(
public string $pageTitle,
public array $posts // Or even better: public array|PostDTO[] $posts
public array $posts
) {}
}