mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
init markup source storage
This commit is contained in:
parent
343959761a
commit
48fc68de7e
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ abstract class Markup
|
||||||
// Dependencies
|
// Dependencies
|
||||||
public Content $content;
|
public Content $content;
|
||||||
|
|
||||||
|
// Extras
|
||||||
|
protected ?string $_source = null;
|
||||||
|
|
||||||
// Defaults
|
// Defaults
|
||||||
public const WRAP = 140;
|
public const WRAP = 140;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue