Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dmj
simplesamlphp-module-pica
Commits
ff96b0c9
Commit
ff96b0c9
authored
Jan 11, 2021
by
Andy Brüchert
Browse files
Fixed namespaces
parent
d8322109
Changes
2
Hide whitespace changes
Inline
Side-by-side
composer.json
View file @
ff96b0c9
...
...
@@ -12,7 +12,7 @@
},
"autoload"
:
{
"psr-4"
:
{
"SimpleSAML\\
m
odule
s
\\pica\\"
:
"lib/"
"SimpleSAML\\
M
odule\\pica\\"
:
"lib/"
}
}
}
lib/Auth/Source/Pica.php
View file @
ff96b0c9
<?php
namespace
SimpleSAML\Module\Auth\Source
;
namespace
SimpleSAML\Module\
pica\
Auth\Source
;
/**
* This file is part of SimpleSAMLphp Module Pica.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment