Skip to content

Commit

Permalink
removed undefined method
Browse files Browse the repository at this point in the history
  • Loading branch information
MelonSmasher committed Dec 13, 2017
1 parent 2c27329 commit 16ee37f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/Http/Controllers/API/V1/ApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use App\Http\Controllers\Controller;
use Dingo\Api\Routing\Helpers;
use App\Events\Api\ApiRequestEvent;
use Illuminate\Http\Request;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;

Expand Down Expand Up @@ -39,7 +38,7 @@ class ApiController extends Controller
*/
public function __construct(Request $request)
{
$this->recordApiRequestEvent($request);

}

use Helpers;
Expand Down

0 comments on commit 16ee37f

Please sign in to comment.