mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-01-03 23:42:28 +03:00
Applied latest styleCI changes
This commit is contained in:
@@ -170,6 +170,7 @@ class ThemeTest extends TestCase
|
||||
$args = [];
|
||||
$callback = function (...$eventArgs) use (&$args) {
|
||||
$args = $eventArgs;
|
||||
|
||||
return ['test' => 'hello!'];
|
||||
};
|
||||
Theme::listen(ThemeEvents::WEBHOOK_CALL_BEFORE, $callback);
|
||||
|
||||
Reference in New Issue
Block a user