selection.php 318 Bytes
<?php

use App\Http\Container\ManageSection\Controllers\SelectionController;

Route::get('user', [SelectionController::class, 'user']);
Route::get('project', [SelectionController::class, 'project']);
Route::get('tag', [SelectionController::class, 'tag']);
Route::get('config', [SelectionController::class, 'config']);