base_path('routes/web.php') of type string is incompatible with the type array expected by parameter $value of Illuminate\Support\Facades\Route::group().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
base_path('routes/api.php') of type string is incompatible with the type array expected by parameter $value of Illuminate\Support\Facades\Route::group().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation