@@ -223,6 +223,9 @@ |
||
| 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; |
@@ -23,11 +23,11 @@ |
||
| 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 | { |