mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 06:27:02 +03:00
8 lines
214 B
PHP
Executable file
8 lines
214 B
PHP
Executable file
<?php
|
|
|
|
use OCA\SnappyMail\Settings\PersonalSettings;
|
|
|
|
$app = new \OCA\SnappyMail\AppInfo\Application();
|
|
$controller = $app->getContainer()->query(PersonalSettings::class);
|
|
return $controller->getForm()->render();
|
|
|