belongsToMany('TransactionJournal'); } public function user() { return $this->belongsTo('User'); } }