belongsTo(\App\Models\Core\Auth\User::class); } public function getUpdatedAtAttribute($value) { return DateTime::DateToLocale($value); } }