<?php
namespace App\Komma\Globalization;
use Illuminate\Support\Facades\Route;
final class GlobalisationRoutes
{
public static function web(){
Route::post('getLanguagesForCountryWithIso3', GlobalisationController::class.'@getLanguagesForCountryWithIso3');
}
}