mirror of
https://github.com/flarum/framework.git
synced 2025-02-03 14:39:04 +08:00
Applied fixes from StyleCI
This commit is contained in:
parent
c86ac304b4
commit
41952d54fd
|
@ -14,4 +14,4 @@ use Illuminate\Contracts\Events\Dispatcher;
|
||||||
|
|
||||||
return function (Dispatcher $events) {
|
return function (Dispatcher $events) {
|
||||||
$events->subscribe(Listener\FormatBBCode::class);
|
$events->subscribe(Listener\FormatBBCode::class);
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of Flarum.
|
* This file is part of Flarum.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user