Removed unused StreamQuery container property

This commit is contained in:
buddh4 2020-07-06 20:54:18 +02:00
parent 0c915b3f4b
commit 0593afc85d

View File

@ -71,12 +71,6 @@ class StreamQuery extends Model
*/ */
public $user; public $user;
/**
* The user which requested the stream. By default the current user identity.
* @var ContentContainerActiveRecord
*/
public $container;
/** /**
* Can be set to filter content of a specific user * Can be set to filter content of a specific user
* @var \humhub\modules\user\models\User * @var \humhub\modules\user\models\User