Initial Commit
This commit is contained in:
10
core/Elements/Body.class.php
Normal file
10
core/Elements/Body.class.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Elements;
|
||||
|
||||
abstract class Body extends \View {
|
||||
public function __construct($document) {
|
||||
parent::__construct($document);
|
||||
}
|
||||
};
|
||||
?>
|
||||
Reference in New Issue
Block a user