Skip to content

Commit

Permalink
Resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed May 14, 2023
1 parent b62afe1 commit 9896fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/publications/src/Pages/PublicationPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function compile(): string
return PublicationPageCompiler::call($this);
}

public static function parse(string $identifier): self
public static function parse(string $identifier): static
{
static::validateExistence(static::class, $identifier);

Expand Down

0 comments on commit 9896fc2

Please sign in to comment.