'timestamp', 'created_at' => 'timestamp', 'deleted_at' => 'timestamp', 'settings' => 'object', ]; public function paymentable() { return $this->morphTo(); } public function payment() { return $this->belongsTo(Payment::class); } }