mirror of
https://github.com/flarum/core.git
synced 2025-10-13 07:54:25 +02:00
Replace a few forgotten obsolete helpers
- Apparently, I forgot that `array_flatten` comes from Laravel. :) - When I did this previously, I did not search the views directory.
This commit is contained in:
@@ -267,7 +267,7 @@ class Extension implements Arrayable
|
||||
$extenders = [$extenders];
|
||||
}
|
||||
|
||||
return array_flatten($extenders);
|
||||
return Arr::flatten($extenders);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user