Skip to content

Commit

Permalink
Update CustomSchemaFluent.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphjsmit committed Jun 15, 2024
1 parent 191061a commit 389e9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Schema/CustomSchemaFluent.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 389e9ed

Please sign in to comment.