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