Explorar el Código

Add role to Author::toArray

Jordi Boggiano hace 13 años
padre
commit
27ed5feda3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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(),
         );
     }