Browse Source

Add NotificationController

Daniel Supernault 7 years ago
parent
commit
30bdd46415
1 changed files with 10 additions and 0 deletions
  1. 10 0
      app/Http/Controllers/NotificationController.php

+ 10 - 0
app/Http/Controllers/NotificationController.php

@@ -0,0 +1,10 @@
+<?php
+
+namespace App\Http\Controllers;
+
+use Illuminate\Http\Request;
+
+class NotificationController extends Controller
+{
+    //
+}