mirror of
https://github.com/flarum/core.git
synced 2025-10-13 07:54:25 +02:00
Tweak extender interface in preparation for adding more methods
This commit is contained in:
@@ -121,7 +121,7 @@ class Extension implements Arrayable
|
||||
$extender = new Compat($extender);
|
||||
}
|
||||
|
||||
$extender($app, $this);
|
||||
$extender->extend($app, $this);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user