79190751

Date: 2024-11-14 23:54:31
Score: 1.5
Natty:
Report link

Example:

public function setTitleAttribute($value)
{
    $this->attributes['title'] = $value;
    $this->attributes['slug'] = Str::slug($value);
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Константин Искаков