mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 17:42:29 -04:00
More work on bulk downloads
This commit is contained in:
parent
fc1db3a3d4
commit
45221365b5
14 changed files with 156 additions and 68 deletions
|
@ -7,6 +7,6 @@ class Tag{
|
|||
public function __construct(string $name){
|
||||
$this->Name = $name;
|
||||
$this->UrlName = Formatter::MakeUrlSafe($this->Name);
|
||||
$this->Url = '/tags/' . $this->UrlName;
|
||||
$this->Url = '/subjects/' . $this->UrlName;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue