Rubenwouters\CrmLauncher\Models\Reaction::publishment PHP 메소드

publishment() 공개 메소드

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