From ff96b0c921c191a7e4a3628a80ce27fd7971d56c Mon Sep 17 00:00:00 2001 From: bruechert <bruechert@hab.de> Date: Mon, 11 Jan 2021 12:01:51 +0100 Subject: [PATCH] Fixed namespaces --- composer.json | 2 +- lib/Auth/Source/Pica.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a6dbd10..ed51f8d 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ }, "autoload": { "psr-4": { - "SimpleSAML\\modules\\pica\\": "lib/" + "SimpleSAML\\Module\\pica\\": "lib/" } } } diff --git a/lib/Auth/Source/Pica.php b/lib/Auth/Source/Pica.php index 547b210..c1a11e7 100644 --- a/lib/Auth/Source/Pica.php +++ b/lib/Auth/Source/Pica.php @@ -1,6 +1,6 @@ <?php -namespace SimpleSAML\Module\Auth\Source; +namespace SimpleSAML\Module\pica\Auth\Source; /** * This file is part of SimpleSAMLphp Module Pica. -- GitLab