The type Illuminate\Http\Request was not found. Maybe you did not declare it correctly or list all dependencies?
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:
The trait jeremykenedy\LaravelLogg...p\Traits\ActivityLogger requires the property $id which is not provided by jeremykenedy\LaravelLogg...\Middleware\LogActivity.
Loading history...
12
13
/**
14
* Handle an incoming request.
15
*
16
* @param Request $request
17
* @param \Closure $next
18
*
19
* @return mixed
20
*/
21
public function handle($request, Closure $next, $description = null)
22
{
23
if (config('LaravelLogger.loggerMiddlewareEnabled') && $this->shouldLog($request)) {
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