belongsTo(Timeline::class); } /** * Get the admin that created the update. */ public function admin(): BelongsTo { return $this->belongsTo(User::class, 'admin_id'); } }