Skip to content

Commit

Permalink
remove unused Request
Browse files Browse the repository at this point in the history
  • Loading branch information
wing5wong committed Jul 20, 2022
1 parent 04e4571 commit 444f1e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/Http/Controllers/HandleKamarPost.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
use App\Responses\Standard\{Success, FailedAuthentication, MissingData};
use App\{AuthenticationCheck, KamarData};

use Illuminate\Http\Request;

class HandleKamarPost extends Controller
{

Expand All @@ -17,7 +15,7 @@ public function __construct(
) {
}

public function __invoke(Request $request)
public function __invoke()
{
// Check supplied username/password matches our expectation
if ($this->data->isSyncCheck()) {
Expand Down

0 comments on commit 444f1e4

Please sign in to comment.