refactor the method return type

This commit is contained in:
2025-02-23 13:29:07 +03:30
parent eb68ed266a
commit 79439cf34b
3 changed files with 35 additions and 47 deletions

View File

@@ -10,6 +10,9 @@ use Illuminate\Database\Eloquent\Relations\MorphMany;
class Accident extends Model
{
use ReceiptReportAble, HasFactory;
protected $guarded = [];
public static function boot()
{
parent::boot();