| 1 | <?php namespace JobApis\JobsToMail\Http\Controllers; |
||
| 11 | class SearchesController extends BaseController |
||
| 12 | { |
||
| 13 | use DispatchesJobs, ValidatesRequests; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * View a user's searches |
||
| 17 | */ |
||
| 18 | public function index(Request $request, $userId = null) |
||
| 35 | |||
| 36 | /** |
||
| 37 | * Unsubscribe from single search |
||
| 38 | */ |
||
| 39 | public function unsubscribe(Request $request, $searchId) |
||
| 47 | } |
||
| 48 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.