This commit is contained in:
parent
a6f79da4a2
commit
983dcbd2cc
|
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
use Flarum\Extend;
|
||||
use wp-xwiki\FlarumOAuthEntra\EntraOAuthManager;
|
||||
|
||||
return [
|
||||
(new Extend\Frontend('admin'))
|
||||
->js(__DIR__ . '/js/dist/admin.js'),
|
||||
|
||||
new Extend\Locales(__DIR__ . '/resources/locale'),
|
||||
|
||||
(new Extend\ServiceProvider())
|
||||
->register(EntraOAuthManager::class),
|
||||
|
||||
(new Extend\Settings())
|
||||
->serializeToForum('sbp-entraid.tenant', 'sbp-entraid.tenant')
|
||||
];
|
||||
Loading…
Reference in New Issue