mirror of
https://github.com/flarum/core.git
synced 2025-07-19 07:41:22 +02:00
Fix docblock return type
This commit is contained in:
@@ -392,7 +392,7 @@ class Discussion extends AbstractModel
|
|||||||
/**
|
/**
|
||||||
* Define the relationship with the discussion's readers.
|
* Define the relationship with the discussion's readers.
|
||||||
*
|
*
|
||||||
* @return \Illuminate\Database\Eloquent\Relations\BelongsTo
|
* @return \Illuminate\Database\Eloquent\Relations\BelongsToMany
|
||||||
*/
|
*/
|
||||||
public function readers()
|
public function readers()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user