Browse Source

Add role to Author::toArray

Jordi Boggiano 13 năm trước cách đây
mục cha
commit
27ed5feda3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/Packagist/WebBundle/Entity/Author.php

+ 1 - 0
src/Packagist/WebBundle/Entity/Author.php

@@ -85,6 +85,7 @@ class Author
             'name' => $this->getName(),
             'email' => $this->getEmail(),
             'homepage' => $this->getHomepage(),
+            'role' => $this->getRole(),
         );
     }