Skip to content

Commit 90cd0e4

Browse files
committed
Add migrations-db.php file
1 parent 38c4c90 commit 90cd0e4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

migrations-db.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
#require 'vendor/autoload.php';
6+
7+
return (new \SimpleSAML\Module\oidc\ModuleConfig())->getDbConnectionParameters();

0 commit comments

Comments
 (0)