    /**
     * Determine whether the user can update the model.
     */
    public function update(User $user, {{ modelClass }} ${{ modelVariable }}): bool
    {
        //
    }
