Skip to content
Snippets Groups Projects
Commit 89c409e4 authored by Marko Ivancic's avatar Marko Ivancic
Browse files

WIP

parent 3ac5fa5d
No related branches found
No related tags found
1 merge request!1Relate histories
......@@ -14,6 +14,11 @@
"simplesamlphp/composer-module-installer": true
}
},
"autoload": {
"psr-4": {
"SimpleSAML\\Module\\accounting\\": "src/"
}
},
"require": {
"php": "^7.4 || ^8.0",
"ext-pdo": "*",
......
<?php
$config = [
];
\ No newline at end of file
accounting-test:
path: /test
defaults: { _controller: 'SimpleSAML\Module\accounting\Controller\Test::test' }
<?php
namespace SimpleSAML\Module\accounting\Controller;
class Test
{
public function test(): void
{
echo 'test';
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment