mirror of
https://github.com/flarum/core.git
synced 2025-10-18 10:16:09 +02:00
Tweak extender interface in preparation for adding more methods
This commit is contained in:
@@ -30,7 +30,7 @@ class Formatter implements ExtenderInterface
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function __invoke(Container $container, Extension $extension = null)
|
||||
public function extend(Container $container, Extension $extension = null)
|
||||
{
|
||||
$events = $container->make(Dispatcher::class);
|
||||
|
||||
|
Reference in New Issue
Block a user