mirror of
https://github.com/flarum/framework.git
synced 2024-11-28 20:16:08 +08:00
Use new listen API
This commit is contained in:
parent
ca85d1ebe2
commit
1eb5d79944
|
@ -5,7 +5,7 @@ use Illuminate\Events\Dispatcher;
|
|||
|
||||
class Extension extends BaseExtension
|
||||
{
|
||||
public function boot(Dispatcher $events)
|
||||
public function listen(Dispatcher $events)
|
||||
{
|
||||
$events->subscribe('Flarum\Emoji\Listeners\AddClientAssets');
|
||||
$events->subscribe('Flarum\Emoji\Listeners\AddEmoticons');
|
||||
|
|
Loading…
Reference in New Issue
Block a user