consistent class naming

This commit is contained in:
Shish
2019-09-29 17:37:03 +01:00
parent 1314c3990a
commit 160f673060
16 changed files with 16 additions and 16 deletions

View File

@ -1,6 +1,6 @@
<?php
class custom_html_headers extends Extension
class CustomHtmlHeaders extends Extension
{
# Adds setup block for custom <head> content
public function onSetupBuilding(SetupBuildingEvent $event)