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