Move items out of the 'patrons-circle' folder into the root

This commit is contained in:
Alex Cabal 2022-07-09 19:39:29 -05:00
parent 12b79b5dcd
commit 76a4c34688
17 changed files with 95 additions and 39 deletions

View file

@ -28,7 +28,7 @@ class Poll extends PropertiesBase{
protected function GetUrl(): string{
if($this->_Url === null){
$this->_Url = '/patrons-circle/polls/' . $this->UrlName;
$this->_Url = '/polls/' . $this->UrlName;
}
return $this->_Url;