Passed
Push — dev5 ( b08d9a...c43caf )
by Ron
04:08
created
app/Http/Controllers/FileLinks/GuestLinksController.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -119,6 +119,10 @@
 block discarded – undo
119 119
     }
120 120
 
121 121
     //  Save the file in the database
122
+
123
+    /**
124
+     * @param Request $request
125
+     */
122 126
     private function saveFile(UploadedFile $file, $id, $request)
123 127
     {
124 128
         $details = FileLinks::where('link_hash', $id)->first();
Please login to merge, or discard this patch.