1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 15:37:51 +02:00

Fix docblock return type

This commit is contained in:
Toby Zerner
2018-01-11 12:11:48 +10:30
parent 0befe041c7
commit 801d619a36

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()
{