project blueprint - optional steps working

This commit is contained in:
isUnknown 2024-09-26 17:21:24 +02:00
parent 595c275100
commit 8da0fb0e36
30 changed files with 296 additions and 127 deletions

View file

@ -7,7 +7,7 @@ $children = $page->children()->map(function ($child) {
'uri' => '/' . $child->uri(),
'modified' => $child->modified('Y-MM-d'),
'status' => $child->status(),
'logo' => $child->client()->toPage()->logo()->toFile()->url()
'logo' => $child->client()->toPage()->logo()->toFile()->url(),
];
})->values();