From 0ee38e98532a9daf7ba08ab65b7f73d6505e0aea Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 24 Aug 2018 13:17:32 +0200 Subject: Began API for posts --- api/Posts/Events/PostWasUpdated.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/Posts/Events/PostWasUpdated.php (limited to 'api/Posts/Events/PostWasUpdated.php') diff --git a/api/Posts/Events/PostWasUpdated.php b/api/Posts/Events/PostWasUpdated.php new file mode 100644 index 0000000..441e884 --- /dev/null +++ b/api/Posts/Events/PostWasUpdated.php @@ -0,0 +1,16 @@ +post = $post; + } +} -- cgit v1.2.3