OwlCyberSecurity - MANAGER
Edit File: Weight.php
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\SoftDeletes; class Weight extends Model { use SoftDeletes; protected $fillable = ['title']; }