From 3a74377e861c1a401f1dffbd595f547e04eb72c8 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 22 Jan 2016 12:01:33 +0100 Subject: Initial commit --- app/Events/Event.php | 10 ++++++++++ app/Events/ExampleEvent.php | 16 ++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 app/Events/Event.php create mode 100644 app/Events/ExampleEvent.php (limited to 'app/Events') diff --git a/app/Events/Event.php b/app/Events/Event.php new file mode 100644 index 0000000..b8230f0 --- /dev/null +++ b/app/Events/Event.php @@ -0,0 +1,10 @@ +