Skip to content

Commit 2909441

Browse files
authored
fix(laravel): SwaggerUI title (#6527)
1 parent b8430ab commit 2909441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Laravel/resources/views/swagger-ui.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="UTF-8">
5-
<title>API Platform - @yield('title')</title>
5+
<title>{{ config('api-platform.title') }} - API Platform</title>
66
<link rel="stylesheet" href="/vendor/api-platform/fonts/open-sans/400.css">
77
<link rel="stylesheet" href="/vendor/api-platform/fonts/open-sans/700.css">
88
<link rel="stylesheet" href="/vendor/api-platform/swagger-ui/swagger-ui.css">

0 commit comments

Comments
 (0)