Flarum\Event\GetModelRelationship::__construct PHP Method

__construct() public method

public __construct ( AbstractModel $model, string $relationship )
$model Flarum\Database\AbstractModel
$relationship string
    public function __construct(AbstractModel $model, $relationship)
    {
        $this->model = $model;
        $this->relationship = $relationship;
    }
GetModelRelationship