fix: style

This commit is contained in:
Baoshuo Ren 2022-09-18 12:58:35 +08:00
parent df203c3375
commit 410631075e
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A
58 changed files with 293 additions and 294 deletions

View File

@ -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}');