1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-09 16:40:05 +08:00
SpaceVim/bundle/nvim-treesitter-0.9.1/tests/indent/php/issue-2497.php

15 lines
177 B
PHP

<?php
use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return view('welcome');
});
Route::get(
'/',
1,
aaaaaaaaaaaaaaaaaaaaaaaaa,
2
);