Skip to content
Snippets Groups Projects
Commit 9492a3cd authored by Beatrycze Volk's avatar Beatrycze Volk
Browse files

Add missing languages property to Journal class

parent 4a1c5130
No related branches found
No related tags found
No related merge requests found
......@@ -158,6 +158,13 @@ class Journal
*/
protected $keywords = [];
/**
* languages
*
* @var array<Language>
*/
protected $languages = [];
/**
* licenses
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment