From 309d01693ccfca2cc329d0aa730a7732114717da Mon Sep 17 00:00:00 2001 From: Javier Feliz Date: Wed, 20 Aug 2025 00:57:51 -0400 Subject: [PATCH] Remove comment --- app/Models/Page.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/Models/Page.php b/app/Models/Page.php index 811ce1d..278896c 100644 --- a/app/Models/Page.php +++ b/app/Models/Page.php @@ -98,9 +98,6 @@ class Page // If we have a collection, get the settings from it if (!empty($this->collection)) { $config = SiteConfiguration::getConfig()['collections'][$this->collection]; - // if ($this->collection == "projects") { - // dd($config); - // } $fillIfEmpty = ['layout'];