Time to do an update.
This commit is contained in:
parent
70c8a87e15
commit
0b0697bb42
22 changed files with 4352 additions and 268 deletions
|
@ -10,7 +10,7 @@ class Genre
|
|||
private $count = 0;
|
||||
private $name = "";
|
||||
private $slug = "";
|
||||
private $db = "";
|
||||
private $db;
|
||||
private $mixes = [];
|
||||
|
||||
public function __construct($value, $db)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue