aboutsummaryrefslogtreecommitdiff
path: root/app/Events/Event.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Events/Event.php')
-rw-r--r--app/Events/Event.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/Events/Event.php b/app/Events/Event.php
deleted file mode 100644
index b8230f0..0000000
--- a/app/Events/Event.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-
-namespace App\Events;
-
-use Illuminate\Queue\SerializesModels;
-
-abstract class Event
-{
- use SerializesModels;
-}