mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 13:28:41 +00:00
fix: style
This commit is contained in:
parent
df203c3375
commit
410631075e
@ -1,7 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
call_user_func(function() { // to prevent variable scope leak
|
call_user_func(function() { // to prevent variable scope leak
|
||||||
|
|
||||||
Route::pattern('id', '[1-9][0-9]{0,9}');
|
Route::pattern('id', '[1-9][0-9]{0,9}');
|
||||||
Route::pattern('blog_username', '[a-zA-Z0-9_\-]{1,20}');
|
Route::pattern('blog_username', '[a-zA-Z0-9_\-]{1,20}');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user