PATCH: remove superfluous default value

This commit is contained in:
Nicolaas 2021-03-25 16:11:45 +13:00 committed by GitHub
parent 4a21824247
commit fc9776e573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@ class BlogPost extends Page
private static $defaults = [
'ShowInMenus' => false,
'InheritSideBar' => true,
'ProvideComments' => true
];
/**