1
0
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:
Franz Liedke
2018-09-26 22:36:36 +02:00
parent e3afb38427
commit 3c827d2fce
9 changed files with 9 additions and 9 deletions

View File

@@ -121,7 +121,7 @@ class Extension implements Arrayable
$extender = new Compat($extender);
}
$extender($app, $this);
$extender->extend($app, $this);
}
}