You can do :
use App\Http\Controllers as Controllers;
and then in routes
Route::get('/user', [Controllers\UserController::class, 'index']);