mirror of
https://github.com/flarum/core.git
synced 2025-10-21 03:36:05 +02:00
Tweak extender interface in preparation for adding more methods
This commit is contained in:
@@ -16,5 +16,5 @@ use Illuminate\Contracts\Container\Container;
|
||||
|
||||
interface ExtenderInterface
|
||||
{
|
||||
public function __invoke(Container $container, Extension $extension = null);
|
||||
public function extend(Container $container, Extension $extension = null);
|
||||
}
|
||||
|
Reference in New Issue
Block a user