*/ protected $fillable = [ 'owner_id', 'owner_type', 'is_success', ]; /** * Get the owning model (polymorphic relation). */ public function owner() { return $this->morphTo(); } }