1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Applied latest styleCI changes

This commit is contained in:
Dan Brown
2022-01-06 12:18:11 +00:00
parent cb0d674a71
commit 1a26b47782
10 changed files with 55 additions and 51 deletions

View File

@ -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);