mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45: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
|
||||
public Content $content;
|
||||
|
||||
// Extras
|
||||
protected ?string $_source = null;
|
||||
|
||||
// Defaults
|
||||
public const WRAP = 140;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue