Completed
Pull Request — develop (#115)
by Neil
03:06
created
app/DataTables/General/SearchDataTable.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -223,6 +223,9 @@
 block discarded – undo
223 223
         ];
224 224
     }
225 225
 
226
+    /**
227
+     * @param string $type
228
+     */
226 229
     public function forType($type)
227 230
     {
228 231
         $this->type = $type;
Please login to merge, or discard this patch.