public function getCreatedAtAttribute($value) { return (new Verta($value))->formatDifference(); }
سلام وقت بخیر، مشکل این کد کجاست؟
سلام، چه خطایی رخ میده؟
رسپانس رو فقط : الان، برمیگردونه
کد زیر امتحان کنید:
public function getCreatedAtAttribute($value) { return verta($value)->formatDifference(); }
اگه بازهم کار نکرد کد زیر رو هم تست کنین:
public function getCreatedAtAttribute($value) { return verta($this->created_at)->formatDifference(); }