10 lines
186 B
PHP
10 lines
186 B
PHP
<?php
|
|
|
|
Route::group([
|
|
'namespace' => 'LaraBB\Translate\UI\Web\Handlers',
|
|
'middleware' => [
|
|
'web',
|
|
],
|
|
'prefix' => 'translate'
|
|
], __DIR__ . '/UI/Web/routes.php');
|