'datetime', ]; } public function account() { if (in_array($this->item_type, ['App\Profile', 'App\Models\Profile'])) { return AccountService::get($this->item_id, true); } } public function profile(): BelongsTo { return $this->belongsTo(Profile::class, 'item_id'); } }