Ver Fonte

Add NotificationController

Daniel Supernault há 7 anos atrás
pai
commit
30bdd46415
1 ficheiros alterados com 10 adições e 0 exclusões
  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
+{
+    //
+}