1
0
mirror of https://github.com/flarum/core.git synced 2025-08-07 17:07:19 +02:00

Add missing property declaration

This commit is contained in:
Toby Zerner
2016-09-03 21:45:45 +09:30
parent f07abda4e6
commit 46f3c13947

View File

@@ -24,6 +24,11 @@ class ShowDiscussionController extends AbstractResourceController
*/ */
protected $discussions; protected $discussions;
/**
* @var PostRepository
*/
protected $posts;
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */