Force PLA to not allow guests viewing the site, and thus requiring a login.

This should close #288
This commit is contained in:
2025-02-26 17:19:23 +11:00
parent f20d9891f2
commit 0684424328
8 changed files with 74 additions and 52 deletions

View File

@@ -214,7 +214,7 @@ final class Server
* @throws ObjectNotFoundException
* @testedin TranslateOidTest::testRootDSE();
*/
public static function rootDSE(?string $connection=NULL,Carbon $cachetime=NULL): ?Model
public static function rootDSE(?string $connection=NULL,?Carbon $cachetime=NULL): ?Model
{
$e = new Entry;