mirror of
https://github.com/flarum/core.git
synced 2025-10-17 17:56:14 +02:00
Update for composer branch
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
require __DIR__.'/vendor/autoload.php';
|
||||
use Flarum\Markdown\Listener;
|
||||
use Illuminate\Contracts\Events\Dispatcher;
|
||||
|
||||
return 'Flarum\Markdown\Extension';
|
||||
return function (Dispatcher $events) {
|
||||
$events->subscribe(Listener\FormatMarkdown::class);
|
||||
};
|
Reference in New Issue
Block a user