瀏覽代碼

Add HashtagController

Daniel Supernault 7 年之前
父節點
當前提交
d263353417
共有 1 個文件被更改,包括 10 次插入0 次删除
  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
+{
+    //
+}