| @@ -1,21 +1,20 @@ | ||
| 1 | -<?php | |
| 2 | -namespace UiCoreElements; | |
| 3 | - | |
| 4 | - | |
| 5 | -/** | |
| 6 | - * Frontend Pages Handler | |
| 7 | - */ | |
| 8 | -class Frontend { | |
| 9 | - | |
| 10 | - | |
| 11 | - /** | |
| 12 | - * Constructor function to initialize hooks | |
| 13 | - * | |
| 14 | - * @return void | |
| 15 | - */ | |
| 16 | - | |
| 17 | - public function __construct() { | |
| 18 | - | |
| 19 | - } | |
| 20 | - | |
| 21 | -} | |
| 1 | +<?php | |
| 2 | + | |
| 3 | +namespace UiCoreElements; | |
| 4 | + | |
| 5 | + | |
| 6 | +/** | |
| 7 | + * Frontend Pages Handler | |
| 8 | + */ | |
| 9 | +class Frontend | |
| 10 | +{ | |
| 11 | + | |
| 12 | + | |
| 13 | + /** | |
| 14 | + * Constructor function to initialize hooks | |
| 15 | + * | |
| 16 | + * @return void | |
| 17 | + */ | |
| 18 | + | |
| 19 | + public function __construct() {} | |
| 20 | +} | |