Rubenwouters\CrmLauncher\Models\Publishment::reactions PHP 메소드

reactions() 공개 메소드

* |-------------------------------------------------------------------------- | Relationships |-------------------------------------------------------------------------- | | Relationships of Publishment model |
public reactions ( )
    public function reactions()
    {
        return $this->hasMany('Rubenwouters\\CrmLauncher\\Models\\Reaction');
    }