21 lines
377 B
PHP
Raw Normal View History

2015-07-23 20:25:52 +09:30
<?php
2015-09-04 12:33:23 +09:30
/*
* This file is part of Flarum.
*
2019-11-29 23:01:47 +00:00
* For detailed copyright and license information, please view the
* LICENSE file that was distributed with this source code.
2015-09-04 12:33:23 +09:30
*/
namespace Flarum\BBCode;
2018-01-03 08:00:00 +01:00
use Flarum\Extend;
2015-07-23 20:25:52 +09:30
return [
new Extend\Locales(__DIR__.'/locale'),
(new Extend\Formatter)
->render(Render::class)
->configure(Configure::class),
];