瀏覽代碼

Update StatusController

Daniel Supernault 6 年之前
父節點
當前提交
96a101e560
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      app/Http/Controllers/StatusController.php

+ 5 - 0
app/Http/Controllers/StatusController.php

@@ -60,6 +60,11 @@ class StatusController extends Controller
         return view($template, compact('user', 'status'));
         return view($template, compact('user', 'status'));
     }
     }
 
 
+    public function showEmbed(Request $request, $username, int $id)
+    {
+        return;
+    }
+
     public function showObject(Request $request, $username, int $id)
     public function showObject(Request $request, $username, int $id)
     {
     {
         $user = Profile::whereNull('domain')->whereUsername($username)->firstOrFail();
         $user = Profile::whereNull('domain')->whereUsername($username)->firstOrFail();