1 | <?php |
||
2 | |||
3 | declare(strict_types=1); |
||
4 | |||
5 | /* |
||
6 | * This file is part of the EasyWeChatComposer. |
||
7 | * |
||
8 | * (c) 张铭阳 <[email protected]> |
||
9 | * |
||
10 | * This source file is subject to the MIT license that is bundled |
||
11 | * with this source code in the file LICENSE. |
||
12 | */ |
||
13 | |||
14 | use Illuminate\Support\Facades\Route; |
||
0 ignored issues
–
show
|
|||
15 | |||
16 | Route::post('delegate', 'DelegatesController'); |
||
17 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"]
, you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths