forked from Cavemanon/cavepaintings
merge layout stuff into Page class
This commit is contained in:
@ -45,6 +45,7 @@ class DeleteAliasEvent extends Event
|
||||
|
||||
public function __construct(string $oldtag)
|
||||
{
|
||||
parent::__construct();
|
||||
$this->oldtag = $oldtag;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user