Reports assignments to guarded attributes in Laravel Eloquent models.

Laravel Eloquent models have a $fillable and $guarded property that control mass assignment of specified attributes. This inspection detects when you try to directly assign values to guarded attributes, which may lead to security vulnerabilities.

To fix this: