Update exp.php

This commit is contained in:
Shlee 2020-02-13 17:45:58 +08:00 committed by GitHub
parent 44c5494a0c
commit 03de0761ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -4,7 +4,5 @@ return [
'lc' => env('EXP_LC', false),
'rec' => env('EXP_REC', false),
'ns' => env('EXP_NS', false),
'loops' => env('EXP_LOOPS', false)
];
'loops' => env('EXP_LOOPS', false),
];