aboutsummaryrefslogtreecommitdiff
path: root/app/Listeners
diff options
context:
space:
mode:
authorCamil Staps2016-01-04 15:12:59 +0100
committerCamil Staps2016-01-04 15:12:59 +0100
commit9c4afbed2310aa0c4679d11b9f568c234d202554 (patch)
tree65e8956b671239f2ec38789ce59a4cea9af0ebc2 /app/Listeners
Initial commit
Diffstat (limited to 'app/Listeners')
-rw-r--r--app/Listeners/Listener.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/Listeners/Listener.php b/app/Listeners/Listener.php
new file mode 100644
index 0000000..d346fc1
--- /dev/null
+++ b/app/Listeners/Listener.php
@@ -0,0 +1,11 @@
+<?php
+
+namespace App\Listeners;
+
+use Illuminate\Queue\InteractsWithQueue;
+use Illuminate\Contracts\Queue\ShouldQueue;
+
+abstract class Listener
+{
+ //
+}