wherenotin() must be of type array, null given error – Laravel
so im trying to update my data, and it shows this: IlluminateDatabaseQueryBuilder::cleanBindings(): Argument #1 ($bindings) must be of type array, null given so when i try to look into it, the error is here $tradeSetup->tags()->whereNotIn('user_tag_id', $request->userTag)->delete(); weird thing is, i…