Frontend, Bugfixes

This commit is contained in:
2020-04-04 01:15:59 +02:00
parent efe3ada470
commit 8ce74edc38
30 changed files with 501 additions and 132 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace Elements;
abstract class StaticView {
public abstract function getCode();
}