belongsTo('App\Account'); } public function getPost() { if (is_null($this->post)) { return; } return $this->post; } public function getTitle() { if (is_null($this->title)) { return; } return $this->title; } }