mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 14:12:15 +00:00
Reformat various code.
This commit is contained in:
@@ -45,6 +45,6 @@ class TrustProxies extends Middleware
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$this->proxies = (string)config('firefly.trusted_proxies');
|
||||
$this->proxies = (string) config('firefly.trusted_proxies');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user