ws works for testing
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace ComCen\Html;
|
||||
|
||||
class Html
|
||||
{
|
||||
public string $content = "";
|
||||
function renderContent(): void
|
||||
{
|
||||
echo $this->content;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user