mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 06:39:40 +08:00
Fix docblock return type
This commit is contained in:
parent
3b5a5ea2ba
commit
1b15f6cded
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user