Browse Source

Add HashtagController

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

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

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