mirror of
https://github.com/flarum/framework.git
synced 2025-06-24 03:34:22 +08:00
Remove use of event priorities
Event priorities are no longer in Laravel - see dbbfc62bef
This commit is contained in:
@ -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']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user