mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-05 18:41:02 +00:00
Add LiipThemeBundle
Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :))
This commit is contained in:
parent
fca3c75723
commit
32da2a70ef
247 changed files with 938 additions and 143 deletions
|
@ -48,7 +48,7 @@ class Config
|
|||
private $language;
|
||||
|
||||
/**
|
||||
* @ORM\ManyToOne(targetEntity="User", inversedBy="config")
|
||||
* @ORM\OneToOne(targetEntity="User", inversedBy="config")
|
||||
*/
|
||||
private $user;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue