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