8889841chasMany(Tasks::class, 'employees_id', 'id'); } public function userId() { return $this->belongsTo(User::class, 'user_id'); } }