Skip to content

Commit

Permalink
Package update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcage committed Jul 30, 2023
1 parent 733a62e commit f401734
Show file tree
Hide file tree
Showing 3 changed files with 455 additions and 437 deletions.
2 changes: 1 addition & 1 deletion app/Repository/TextBlockRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function getMarkdown(string $name): ?string
?? config('text-blocks.' . $name . '.default_content');
}

public function getPlain(string $name, ?string $locale = null): ?string
public function getPlain(string $name, string $locale = null): ?string
{
return TextBlock::whereName($name)
->get()
Expand Down
Loading

0 comments on commit f401734

Please sign in to comment.