• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

realodix / urlhub / 13973245102
100%

Build:
DEFAULT BRANCH: master
Ran 20 Mar 2025 03:35PM UTC
Jobs 0
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
13973245102

push

github

realodix
use `explicit attr assignment` instead `mass assignment`

This commit refactors the codebase to explicitly assign model attributes instead of using mass assignment.

Changes:
- Replaced `$model->update(['attribute' => $value])` with `$model->attribute = $value; $model->save();`
- Replaced `Model::create([...])` with `$model->attribute = $value; ...; $model->save();`

Reference:
- https://laravel.com/docs/12.x/eloquent#mass-assignment
- https://laravel.com/docs/12.x/eloquent#inserts
- https://laravel.com/docs/12.x/eloquent#updates
Source Files on build 13973245102
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #13973245102
  • b753c876 on github
  • Prev Build on master (#13959516492)
  • Next Build on master (#13978484859)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc