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.
app/Http/Controllers/General/SearchController.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -23,11 +23,11 @@
 block discarded – undo
23 23
  * @author     Neil Lathwood <[email protected]>
24 24
  */
25 25
 
26
- namespace App\Http\Controllers\General;
26
+    namespace App\Http\Controllers\General;
27 27
 
28
- use App\DataTables\General\SearchDataTable;
29
- use App\Http\Controllers\Controller;
30
- use Illuminate\Http\Request;
28
+    use App\DataTables\General\SearchDataTable;
29
+    use App\Http\Controllers\Controller;
30
+    use Illuminate\Http\Request;
31 31
 
32 32
 class SearchController extends Controller
33 33
 {
Please login to merge, or discard this patch.