From 389e9ed90dcaa4b4d0be333214d1ae38581d4548 Mon Sep 17 00:00:00 2001 From: "Ralph J. Smit" <59207045+ralphjsmit@users.noreply.github.com> Date: Sat, 15 Jun 2024 14:40:01 +0200 Subject: [PATCH] Update CustomSchemaFluent.php --- src/Schema/CustomSchemaFluent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Schema/CustomSchemaFluent.php b/src/Schema/CustomSchemaFluent.php index 86b8655..a9a7d71 100644 --- a/src/Schema/CustomSchemaFluent.php +++ b/src/Schema/CustomSchemaFluent.php @@ -14,7 +14,7 @@ public function __construct(SEOData $SEOData, array $markupBuilders = []) { $this->initializeMarkup($SEOData); - // `$markupBuilders` are closures that modify this schema + // `$markupBuilders` are closures that modify this fluent schema // tag object and can call methods on it to change items... foreach ($markupBuilders as $markupBuilder) { $markupBuilder($this, $SEOData);