From 2e2878473a41cebbbf7cd2c75c8b8bdd68009729 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaime=20Pe=CC=81rez=20Crespo?= <jaime.perez@uninett.no>
Date: Fri, 7 Jun 2019 10:51:37 +0200
Subject: [PATCH] Rename the SimpleSAML/Auth/Default.php to DefaultAuth.php

When migrating to namespaces, this class had to change its name, as "Default" is a reserved keyword. However, that implies changing the file name as well. Currently, it doesn't load.
---
 lib/SimpleSAML/Auth/{Default.php => DefaultAuth.php} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename lib/SimpleSAML/Auth/{Default.php => DefaultAuth.php} (100%)

diff --git a/lib/SimpleSAML/Auth/Default.php b/lib/SimpleSAML/Auth/DefaultAuth.php
similarity index 100%
rename from lib/SimpleSAML/Auth/Default.php
rename to lib/SimpleSAML/Auth/DefaultAuth.php
-- 
GitLab