@@ -17,7 +17,7 @@ |
||
| 17 | 17 | */ |
| 18 | 18 | public function findFollowedEvents($userId, $limit = null, $page = null) |
| 19 | 19 | { |
| 20 | - $query = $this->getEntityManager()->createQuery('SELECT event FROM |
|
| 20 | + $query = $this->getEntityManager()->createQuery('SELECT event FROM |
|
| 21 | 21 | KIPublicationBundle:Event event, |
| 22 | 22 | KIUserBundle:Club club, |
| 23 | 23 | KIUserBundle:User user |
@@ -410,9 +410,9 @@ |
||
| 410 | 410 | return $this->users = $users; |
| 411 | 411 | } |
| 412 | 412 | |
| 413 | - /** |
|
| 414 | - * @JMS\Expose |
|
| 415 | - */ |
|
| 413 | + /** |
|
| 414 | + * @JMS\Expose |
|
| 415 | + */ |
|
| 416 | 416 | protected $downloaded = false; |
| 417 | 417 | |
| 418 | 418 | public function hasBeenDownloaded() |