1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 02:31:17 +02:00

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;
}
/**