Passed
Push — master ( 77b30e...dc6911 )
by Zacchaeus
10:27 queued 02:55
created
src/Http/Controllers/ModelLogController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -21,6 +21,9 @@
 block discarded – undo
21 21
         return view('ModelEventLogger::log-table', compact('modelLogs', 'modelActions'));
22 22
     }
23 23
 
24
+    /**
25
+     * @param Request $request
26
+     */
24 27
     public function applyFilters(Builder $modelLogs, $request) : Builder
25 28
     {
26 29
         if ($request->created_before) {
Please login to merge, or discard this patch.