1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +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;
/**
* @var PostRepository
*/
protected $posts;
/**
* {@inheritdoc}
*/