diff --git a/app/MoonShine/Resources/DocResource.php b/app/MoonShine/Resources/DocResource.php index 055e2ae2..e98b22fc 100644 --- a/app/MoonShine/Resources/DocResource.php +++ b/app/MoonShine/Resources/DocResource.php @@ -21,4 +21,9 @@ protected function pages(): array { return $this->docPages; } + + public function title(): string + { + return __($this->title); + } }