mirror of
https://github.com/flarum/framework.git
synced 2025-02-18 12:33:22 +08:00
Remove use of event priorities
Event priorities are no longer in Laravel - see dbbfc62bef
This commit is contained in:
parent
8bfaff339e
commit
cf0ae80691
|
@ -25,7 +25,7 @@ class PinStickiedDiscussionsToTop
|
|||
public function subscribe(Dispatcher $events)
|
||||
{
|
||||
$events->listen(ConfigureDiscussionGambits::class, [$this, 'addStickyGambit']);
|
||||
$events->listen(Searching::class, [$this, 'reorderSearch'], -100);
|
||||
$events->listen(Searching::class, [$this, 'reorderSearch']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user