mirror of
https://github.com/flarum/core.git
synced 2025-08-16 05:14:20 +02:00
Applied fixes from StyleCI
This commit is contained in:
@@ -146,7 +146,7 @@ class Formatter
|
||||
*/
|
||||
protected function getComponent($name)
|
||||
{
|
||||
$cacheKey = 'flarum.formatter.' . $name;
|
||||
$cacheKey = 'flarum.formatter.'.$name;
|
||||
|
||||
return $this->cache->rememberForever($cacheKey, function () use ($name) {
|
||||
return $this->getConfigurator()->finalize()[$name];
|
||||
|
Reference in New Issue
Block a user