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

Fix docblock return type

This commit is contained in:
Toby Zerner
2018-01-11 12:11:48 +10:30
parent 3b5a5ea2ba
commit 1b15f6cded

View File

@@ -392,7 +392,7 @@ class Discussion extends AbstractModel
/**
* Define the relationship with the discussion's readers.
*
* @return \Illuminate\Database\Eloquent\Relations\BelongsTo
* @return \Illuminate\Database\Eloquent\Relations\BelongsToMany
*/
public function readers()
{