Skip to content

Commit

Permalink
WIP: Remove i18n change
Browse files Browse the repository at this point in the history
  • Loading branch information
ewhanson committed Jan 2, 2025
1 parent 0439d88 commit 6a923a3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions api/v1/_i18n/I18nController.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
use Illuminate\Http\Response;
use Illuminate\Support\Facades\Route;
use PKP\core\PKPBaseController;
use PKP\core\PKPRequest;
use PKP\facades\Locale;

class I18nController extends PKPBaseController
Expand All @@ -42,11 +41,6 @@ public function getRouteGroupMiddleware(): array
return [];
}

public function authorize(PKPRequest $request, array &$args, array $roleAssignments): bool
{
return true;
}

/**
* @copydoc \PKP\core\PKPBaseController::getGroupRoutes()
*/
Expand Down

0 comments on commit 6a923a3

Please sign in to comment.