Skip to content

Commit c87ce8e

Browse files
author
terry.kern
committed
Disable auto layout in template
1 parent 2d8199c commit c87ce8e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1010
### Added
1111

1212
### Changed
13+
- Disable auto layout in template
1314

1415
### Fixed
1516

templates/SwaggerUi/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @var string $title The title of the Swagger UI page.
77
* @var string $openApiSpecification The OpenAPI specification file.
88
*/
9-
$this->setLayout(false);
9+
$this->disableAutoLAyout();
1010

1111
if (!isset($title)) {
1212
$title = 'API Specification';

0 commit comments

Comments
 (0)