belongsTo(User::class); } public function timeTrackers(): HasMany { return $this->hasMany(TimeTracker::class); } }