Return the post that was added/changed/deleted

This commit is contained in:
Toby Zerner 2015-05-05 14:29:07 +09:30
parent 2e2617e5b0
commit 3b9d40289c

View File

@ -200,7 +200,7 @@ class Discussion extends Model
$this->postWasRemoved($post);
}
return $post->exists;
return $post;
}
/**