FluxBB\Models\Report::reporter PHP Method

reporter() public method

public reporter ( )
    public function reporter()
    {
        return $this->belongsTo('FluxBB\\Models\\User', 'reported_by');
    }